#007C66
A dark, vivid cyan closely aligning with Teal.
About #007C66
The hex code #007C66 represents a beautifully specific shade of cyan. Its closest recognized web color is Teal. In the RGB color space, it consists of 0 red, 124 green, and 102 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 100% cyan and 0% magenta inks. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#007C66
RGB0, 124, 102
HSL169.4°, 100.0%, 24.3%
CMYK100%, 0%, 18%, 51%
HSV169.4°, 100.0%, 48.6%
LAB46.1, -35.0, 3.8
XYZ9.6, 15.4, 15.0
Decimal31846
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.15:1
Text on #FFFFFF
AA
4.07:1
Text on #000000
AA Large
4.93:1
Text on #F8FAFC
AA
3.46:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #007C66;
}
.text-color {
color: #007C66;
}
.border-color {
border: 2px solid #007C66;
}