#077C5F
A dark, vivid cyan closely aligning with Seagreen.
About #077C5F
Visually, #077C5F is defined as a vivid cyan. If you're using CSS, you might find it aligns closely with Seagreen. Its digital footprint relies on 7 parts red, 124 parts green, and 95 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 94% cyan and 0% magenta inks. With a hue angle of 165.1 degrees, it sits comfortably in the cyan spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#077C5F
RGB7, 124, 95
HSL165.1°, 89.3%, 25.7%
CMYK94%, 0%, 23%, 51%
HSV165.1°, 94.4%, 48.6%
LAB46.0, -36.4, 7.7
XYZ9.4, 15.3, 13.3
Decimal490591
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.18:1
Text on #FFFFFF
AA
4.06:1
Text on #000000
AA Large
4.95:1
Text on #F8FAFC
AA
3.45:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #077C5F;
}
.text-color {
color: #077C5F;
}
.border-color {
border: 2px solid #077C5F;
}