#006666
A dark, vivid cyan closely aligning with Teal.
About #006666
Visually, #006666 is defined as a vivid cyan. It is closely associated with the named CSS color Teal. In the RGB color space, it consists of 0 red, 102 green, and 102 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 100% Cyan, 0% Magenta, 0% Yellow, and 60% Black. This makes it a relatively dark color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Because it is a dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#006666
RGB0, 102, 102
HSL180.0°, 100.0%, 20.0%
CMYK100%, 0%, 0%, 60%
HSV180.0°, 100.0%, 40.0%
LAB38.7, -24.5, -7.2
XYZ7.1, 10.5, 14.2
Decimal26214
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.79:1
Text on #FFFFFF
AA
3.09:1
Text on #000000
AA Large
6.49:1
Text on #F8FAFC
AA
2.63:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #006666;
}
.text-color {
color: #006666;
}
.border-color {
border: 2px solid #006666;
}