#0F8366
A dark, vivid cyan closely aligning with Seagreen.
About #0F8366
At its core, #0F8366 is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Seagreen. Its digital footprint relies on 15 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 89% C, 0% M, 22% Y, and 49% K. The HSL representation is 165.0° hue, 79.5% saturation, and 28.6% lightness.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#0F8366
RGB15, 131, 102
HSL165.0°, 79.5%, 28.6%
CMYK89%, 0%, 22%, 49%
HSV165.0°, 88.5%, 51.4%
LAB48.6, -37.1, 7.4
XYZ10.7, 17.3, 15.3
Decimal1016678
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.71:1
Text on #FFFFFF
AA
4.46:1
Text on #000000
AA Large
4.50:1
Text on #F8FAFC
AA
3.79:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #0F8366;
}
.text-color {
color: #0F8366;
}
.border-color {
border: 2px solid #0F8366;
}