#006064
Material cyan 900
#006064 is a cyan colour. In RGB it is 0 red, 96 green and 100 blue, which converts to a hue of 182 degrees, 100% saturation and 20% lightness. It is Material cyan 900 in that design system's palette.
Color values
| HEX | #006064 |
|---|---|
| RGB | rgb(0, 96, 100) |
| HSL | hsl(182, 100%, 20%) |
| HSV | hsv(182, 100%, 39%) |
| CMYK | cmyk(100%, 4%, 0%, 61%) |
Contrast and accessibility
Against white the contrast ratio is 7.35:1, and against black it is 2.86: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 | 7.35:1 | AAA | AAA |
| Black | 2.86:1 | Fail | Fail |
Tints and shades
Lighter tints move #006064 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #006064; |
|---|---|
| CSS rgb() | color: rgb(0 96 100); |
| Tailwind | bg-[#006064] |
| SwiftUI | Color(red: 0.000, green: 0.376, blue: 0.392) |
| Android | Color.parseColor("#006064") |
Closest named color
The nearest CSS colour keyword to #006064 is teal (#008080).