#0FA88A
A dark, vivid cyan closely aligning with Lightseagreen.
About #0FA88A
At its core, #0FA88A is a dark and vivid hue. It is closely associated with the named CSS color Lightseagreen. Its digital footprint relies on 15 parts red, 168 parts green, and 138 parts blue light.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 91% cyan and 0% magenta inks. With a hue angle of 168.2 degrees, it sits comfortably in the cyan spectrum.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#0FA88A
RGB15, 168, 138
HSL168.2°, 83.6%, 35.9%
CMYK91%, 0%, 18%, 34%
HSV168.2°, 91.1%, 65.9%
LAB61.6, -43.2, 5.4
XYZ18.8, 29.9, 28.8
Decimal1026186
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.00:1
Text on #FFFFFF
AA Large
6.99:1
Text on #000000
AA
2.87:1
Text on #F8FAFC
FAIL
5.94:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #0FA88A;
}
.text-color {
color: #0FA88A;
}
.border-color {
border: 2px solid #0FA88A;
}