#077C7C
A dark, vivid cyan closely aligning with Teal.
About #077C7C
At its core, #077C7C is a dark and vivid hue. It is closely associated with the named CSS color Teal. To achieve this exact tint on a monitor, you would use an RGB mix of 7, 124, and 124.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 94% cyan and 0% magenta inks. The HSL representation is 180.0° hue, 89.3% saturation, and 25.7% lightness.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#077C7C
RGB7, 124, 124
HSL180.0°, 89.3%, 25.7%
CMYK94%, 0%, 0%, 51%
HSV180.0°, 94.4%, 48.6%
LAB46.9, -27.8, -8.2
XYZ10.9, 15.9, 21.6
Decimal490620
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.02:1
Text on #FFFFFF
AA
4.18:1
Text on #000000
AA Large
4.80:1
Text on #F8FAFC
AA
3.56:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #077C7C;
}
.text-color {
color: #077C7C;
}
.border-color {
border: 2px solid #077C7C;
}