#006D66
A dark, vivid cyan closely aligning with Teal.
About #006D66
The precise color #006D66 is an excellent choice for modern design projects. It is closely associated with the named CSS color Teal. This translates to an RGB value of rgb(0, 109, 102).
Translating this color to physical media requires the CMYK color model. The color uses 100% Cyan, 0% Magenta, 6% Yellow, and 57% Black. This makes it a relatively dark color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#006D66
RGB0, 109, 102
HSL176.1°, 100.0%, 21.4%
CMYK100%, 0%, 6%, 57%
HSV176.1°, 100.0%, 42.7%
LAB41.1, -28.0, -3.7
XYZ7.9, 11.9, 14.5
Decimal28006
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.21:1
Text on #FFFFFF
AA
3.38:1
Text on #000000
AA Large
5.94:1
Text on #F8FAFC
AA
2.87:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #006D66;
}
.text-color {
color: #006D66;
}
.border-color {
border: 2px solid #006D66;
}