#0FBD92
A medium, vivid cyan closely aligning with Mediumaquamarine.
About #0FBD92
Visually, #0FBD92 is defined as a vivid cyan. It is closely associated with the named CSS color Mediumaquamarine. To achieve this exact tint on a monitor, you would use an RGB mix of 15, 189, and 146.
Translating this color to physical media requires the CMYK color model. The color uses 92% Cyan, 0% Magenta, 23% Yellow, and 26% Black. With a hue angle of 165.2 degrees, it sits comfortably in the cyan spectrum.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#0FBD92
RGB15, 189, 146
HSL165.2°, 85.3%, 40.0%
CMYK92%, 0%, 23%, 26%
HSV165.2°, 92.1%, 74.1%
LAB68.4, -49.8, 10.7
XYZ23.6, 38.6, 33.4
Decimal1031570
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.41:1
Text on #FFFFFF
FAIL
8.71:1
Text on #000000
AAA
2.30:1
Text on #F8FAFC
FAIL
7.41:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #0FBD92;
}
.text-color {
color: #0FBD92;
}
.border-color {
border: 2px solid #0FBD92;
}