#00695C
Material teal 800
#00695C is a cyan colour. In RGB it is 0 red, 105 green and 92 blue, which converts to a hue of 173 degrees, 100% saturation and 21% lightness. It is Material teal 800 in that design system's palette.
Color values
| HEX | #00695C |
|---|---|
| RGB | rgb(0, 105, 92) |
| HSL | hsl(173, 100%, 21%) |
| HSV | hsv(173, 100%, 41%) |
| CMYK | cmyk(100%, 0%, 12%, 59%) |
Contrast and accessibility
Against white the contrast ratio is 6.61:1, and against black it is 3.18: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 | 6.61:1 | AA | AAA |
| Black | 3.18:1 | Fail | AA |
Tints and shades
Lighter tints move #00695C toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #00695C; |
|---|---|
| CSS rgb() | color: rgb(0 105 92); |
| Tailwind | bg-[#00695c] |
| SwiftUI | Color(red: 0.000, green: 0.412, blue: 0.361) |
| Android | Color.parseColor("#00695C") |
Closest named color
The nearest CSS colour keyword to #00695C is teal (#008080).