#0F8A66
A dark, vivid green closely aligning with Seagreen.
About #0F8A66
At its core, #0F8A66 is a dark and vivid hue. It is closely associated with the named CSS color Seagreen. Its digital footprint relies on 15 parts red, 138 parts green, and 102 parts blue light.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 89% cyan and 0% magenta inks. The HSL representation is 162.4° hue, 80.4% saturation, and 30.0% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#0F8A66
RGB15, 138, 102
HSL162.4°, 80.4%, 30.0%
CMYK89%, 0%, 26%, 46%
HSV162.4°, 89.1%, 54.1%
LAB51.0, -40.0, 10.7
XYZ11.7, 19.2, 15.7
Decimal1018470
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.33:1
Text on #FFFFFF
AA Large
4.85:1
Text on #000000
AA
4.14:1
Text on #F8FAFC
AA Large
4.12:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #0F8A66;
}
.text-color {
color: #0F8A66;
}
.border-color {
border: 2px solid #0F8A66;
}