#007C6D
A dark, vivid cyan closely aligning with Teal.
About #007C6D
At its core, #007C6D is a dark and vivid hue. Designers often compare it to the standard color Teal. To achieve this exact tint on a monitor, you would use an RGB mix of 0, 124, and 109.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 100% C, 0% M, 12% Y, and 51% K. This makes it a relatively dark color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. 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#007C6D
RGB0, 124, 109
HSL172.7°, 100.0%, 24.3%
CMYK100%, 0%, 12%, 51%
HSV172.7°, 100.0%, 48.6%
LAB46.3, -32.9, -0.1
XYZ10.0, 15.5, 16.9
Decimal31853
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.12:1
Text on #FFFFFF
AA
4.10:1
Text on #000000
AA Large
4.89:1
Text on #F8FAFC
AA
3.49:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #007C6D;
}
.text-color {
color: #007C6D;
}
.border-color {
border: 2px solid #007C6D;
}