#007C7C
A dark, vivid cyan closely aligning with Teal.
About #007C7C
Visually, #007C7C is defined as a vivid cyan. It is closely associated with the named CSS color Teal. This translates to an RGB value of rgb(0, 124, 124).
If you are designing for print, the four-color process is what matters most. 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.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #FFFFFF text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#007C7C
RGB0, 124, 124
HSL180.0°, 100.0%, 24.3%
CMYK100%, 0%, 0%, 51%
HSV180.0°, 100.0%, 48.6%
LAB46.8, -28.2, -8.3
XYZ10.8, 15.9, 21.6
Decimal31868
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.03:1
Text on #FFFFFF
AA
4.17:1
Text on #000000
AA Large
4.81:1
Text on #F8FAFC
AA
3.55:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #007C7C;
}
.text-color {
color: #007C7C;
}
.border-color {
border: 2px solid #007C7C;
}