#00796B
Material teal 700
#00796B is a cyan colour. In RGB it is 0 red, 121 green and 107 blue, which converts to a hue of 173 degrees, 100% saturation and 24% lightness. It is Material teal 700 in that design system's palette.
Color values
| HEX | #00796B |
|---|---|
| RGB | rgb(0, 121, 107) |
| HSL | hsl(173, 100%, 24%) |
| HSV | hsv(173, 100%, 47%) |
| CMYK | cmyk(100%, 0%, 12%, 53%) |
Contrast and accessibility
Against white the contrast ratio is 5.32:1, and against black it is 3.95:1. WCAG asks for at least 4.5:1 for normal text and 3:1 for large text.
| Background | Ratio | Normal text | Large text |
|---|---|---|---|
| White | 5.32:1 | AA | AAA |
| Black | 3.95:1 | Fail | AA |
Tints and shades
Lighter tints move #00796B toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #00796B; |
|---|---|
| CSS rgb() | color: rgb(0 121 107); |
| Tailwind | bg-[#00796b] |
| SwiftUI | Color(red: 0.000, green: 0.475, blue: 0.420) |
| Android | Color.parseColor("#00796B") |
Closest named color
The nearest CSS colour keyword to #00796B is teal (#008080).