#0FA883
A dark, vivid cyan closely aligning with Seagreen.
About #0FA883
When working with digital screens, the color #0FA883 is rendered by mixing light. It is closely associated with the named CSS color Seagreen. To achieve this exact tint on a monitor, you would use an RGB mix of 15, 168, and 131.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 91% cyan, 0% magenta, 22% yellow, and 34% black. The HSL representation is 165.5° hue, 83.6% saturation, and 35.9% lightness.
When using this color as a background, text legibility must be considered. Because it is a dark color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#0FA883
RGB15, 168, 131
HSL165.5°, 83.6%, 35.9%
CMYK91%, 0%, 22%, 34%
HSV165.5°, 91.1%, 65.9%
LAB61.4, -45.1, 9.0
XYZ18.3, 29.7, 26.2
Decimal1026179
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.02:1
Text on #FFFFFF
AA Large
6.95:1
Text on #000000
AA
2.89:1
Text on #F8FAFC
FAIL
5.91:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #0FA883;
}
.text-color {
color: #0FA883;
}
.border-color {
border: 2px solid #0FA883;
}