#006675
A dark, vivid cyan closely aligning with Teal.
About #006675
Visually, #006675 is defined as a vivid cyan. If you're using CSS, you might find it aligns closely with Teal. To achieve this exact tint on a monitor, you would use an RGB mix of 0, 102, and 117.
For print applications, it's crucial to understand its CMYK makeup. The color uses 100% Cyan, 13% Magenta, 0% Yellow, and 54% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#006675
RGB0, 102, 117
HSL187.7°, 100.0%, 22.9%
CMYK100%, 13%, 0%, 54%
HSV187.7°, 100.0%, 45.9%
LAB39.2, -19.2, -15.6
XYZ8.0, 10.8, 18.5
Decimal26229
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.65:1
Text on #FFFFFF
AA
3.16:1
Text on #000000
AA Large
6.36:1
Text on #F8FAFC
AA
2.68:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #006675;
}
.text-color {
color: #006675;
}
.border-color {
border: 2px solid #006675;
}