#077C83
A dark, vivid cyan closely aligning with Teal.
About #077C83
When working with digital screens, the color #077C83 is rendered by mixing light. It is closely associated with the named CSS color Teal. In the RGB color space, it consists of 7 red, 124 green, and 131 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 95% cyan and 5% magenta inks. The HSL representation is 183.4° hue, 89.9% saturation, and 27.1% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#077C83
RGB7, 124, 131
HSL183.4°, 89.9%, 27.1%
CMYK95%, 5%, 0%, 49%
HSV183.4°, 94.7%, 51.4%
LAB47.1, -25.5, -12.0
XYZ11.4, 16.1, 24.0
Decimal490627
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.98:1
Text on #FFFFFF
AA
4.22:1
Text on #000000
AA Large
4.76:1
Text on #F8FAFC
AA
3.59:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #077C83;
}
.text-color {
color: #077C83;
}
.border-color {
border: 2px solid #077C83;
}