#0F997C
A dark, vivid cyan closely aligning with Seagreen.
About #0F997C
When working with digital screens, the color #0F997C is rendered by mixing light. If you're using CSS, you might find it aligns closely with Seagreen. This translates to an RGB value of rgb(15, 153, 124).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 90% C, 0% M, 19% Y, and 40% K. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#0F997C
RGB15, 153, 124
HSL167.4°, 82.1%, 32.9%
CMYK90%, 0%, 19%, 40%
HSV167.4°, 90.2%, 60.0%
LAB56.4, -40.6, 5.8
XYZ15.2, 24.3, 23.0
Decimal1022332
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.58:1
Text on #FFFFFF
AA Large
5.87:1
Text on #000000
AA
3.42:1
Text on #F8FAFC
AA Large
4.99:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #0F997C;
}
.text-color {
color: #0F997C;
}
.border-color {
border: 2px solid #0F997C;
}