#0FA099
A dark, vivid cyan closely aligning with Lightseagreen.
About #0FA099
The precise color #0FA099 is an excellent choice for modern design projects. It is closely associated with the named CSS color Lightseagreen. To achieve this exact tint on a monitor, you would use an RGB mix of 15, 160, and 153.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 91% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
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#0FA099
RGB15, 160, 153
HSL177.1°, 82.9%, 34.3%
CMYK91%, 0%, 4%, 37%
HSV177.1°, 90.6%, 62.7%
LAB59.5, -35.5, -6.2
XYZ18.5, 27.5, 34.5
Decimal1024153
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.23:1
Text on #FFFFFF
AA Large
6.51:1
Text on #000000
AA
3.08:1
Text on #F8FAFC
AA Large
5.53:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #0FA099;
}
.text-color {
color: #0FA099;
}
.border-color {
border: 2px solid #0FA099;
}