#0F998A
A dark, vivid cyan closely aligning with Lightseagreen.
About #0F998A
Visually, #0F998A is defined as a vivid cyan. It is closely associated with the named CSS color Lightseagreen. In the RGB color space, it consists of 15 red, 153 green, and 138 blue.
Translating this color to physical media requires the CMYK color model. The color uses 90% Cyan, 0% Magenta, 10% Yellow, and 40% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#0F998A
RGB15, 153, 138
HSL173.5°, 82.1%, 32.9%
CMYK90%, 0%, 10%, 40%
HSV173.5°, 90.2%, 60.0%
LAB56.8, -36.7, -1.6
XYZ16.2, 24.7, 28.0
Decimal1022346
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.53:1
Text on #FFFFFF
AA Large
5.94:1
Text on #000000
AA
3.38:1
Text on #F8FAFC
AA Large
5.05:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #0F998A;
}
.text-color {
color: #0F998A;
}
.border-color {
border: 2px solid #0F998A;
}