#078366
A dark, vivid cyan closely aligning with Seagreen.
About #078366
Visually, #078366 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, 131 parts green, and 102 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 95% C, 0% M, 22% Y, and 49% K. The HSL representation is 166.0° hue, 89.9% saturation, and 27.1% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#078366
RGB7, 131, 102
HSL166.0°, 89.9%, 27.1%
CMYK95%, 0%, 22%, 49%
HSV166.0°, 94.7%, 51.4%
LAB48.6, -37.6, 7.2
XYZ10.6, 17.2, 15.3
Decimal492390
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.72:1
Text on #FFFFFF
AA
4.45:1
Text on #000000
AA Large
4.51:1
Text on #F8FAFC
AA
3.78:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #078366;
}
.text-color {
color: #078366;
}
.border-color {
border: 2px solid #078366;
}