#0FB699
A dark, vivid cyan closely aligning with Mediumaquamarine.
About #0FB699
At its core, #0FB699 is a dark and vivid hue. Designers often compare it to the standard color Mediumaquamarine. Its digital footprint relies on 15 parts red, 182 parts green, and 153 parts blue light.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 92% cyan, 0% magenta, 16% yellow, and 29% black. The HSL representation is 169.6° hue, 84.8% saturation, and 38.6% lightness.
From a UX and accessibility standpoint, contrast is paramount. 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#0FB699
RGB15, 182, 153
HSL169.6°, 84.8%, 38.6%
CMYK92%, 0%, 16%, 29%
HSV169.6°, 91.8%, 71.4%
LAB66.4, -45.1, 4.0
XYZ22.7, 35.9, 35.9
Decimal1029785
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.57:1
Text on #FFFFFF
FAIL
8.17:1
Text on #000000
AAA
2.46:1
Text on #F8FAFC
FAIL
6.95:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #0FB699;
}
.text-color {
color: #0FB699;
}
.border-color {
border: 2px solid #0FB699;
}