#0FBD99
A medium, vivid cyan closely aligning with Mediumaquamarine.
About #0FBD99
Visually, #0FBD99 is defined as a vivid cyan. If you're using CSS, you might find it aligns closely with Mediumaquamarine. Its digital footprint relies on 15 parts red, 189 parts green, and 153 parts blue light.
Translating this color to physical media requires the CMYK color model. The color uses 92% Cyan, 0% Magenta, 19% Yellow, and 26% Black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#0FBD99
RGB15, 189, 153
HSL167.6°, 85.3%, 40.0%
CMYK92%, 0%, 19%, 26%
HSV167.6°, 92.1%, 74.1%
LAB68.6, -48.0, 7.1
XYZ24.1, 38.8, 36.4
Decimal1031577
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.40:1
Text on #FFFFFF
FAIL
8.76:1
Text on #000000
AAA
2.29:1
Text on #F8FAFC
FAIL
7.45:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #0FBD99;
}
.text-color {
color: #0FBD99;
}
.border-color {
border: 2px solid #0FBD99;
}