#0F8A99
A dark, vivid cyan closely aligning with Darkcyan.
About #0F8A99
At its core, #0F8A99 is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Darkcyan. To achieve this exact tint on a monitor, you would use an RGB mix of 15, 138, and 153.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 90% cyan, 10% magenta, 0% yellow, and 40% black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#0F8A99
RGB15, 138, 153
HSL186.5°, 82.1%, 32.9%
CMYK90%, 10%, 0%, 40%
HSV186.5°, 90.2%, 60.0%
LAB52.5, -24.8, -16.7
XYZ15.0, 20.6, 33.3
Decimal1018521
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.11:1
Text on #FFFFFF
AA Large
5.12:1
Text on #000000
AA
3.92:1
Text on #F8FAFC
AA Large
4.35:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #0F8A99;
}
.text-color {
color: #0F8A99;
}
.border-color {
border: 2px solid #0F8A99;
}