#0FC599
A medium, vivid cyan closely aligning with Mediumaquamarine.
About #0FC599
Visually, #0FC599 is defined as a vivid cyan. If you're using CSS, you might find it aligns closely with Mediumaquamarine. To achieve this exact tint on a monitor, you would use an RGB mix of 15, 197, and 153.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 92% Cyan, 0% Magenta, 22% Yellow, and 23% 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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#0FC599
RGB15, 197, 153
HSL165.5°, 85.8%, 41.6%
CMYK92%, 0%, 22%, 23%
HSV165.5°, 92.4%, 77.3%
LAB71.1, -51.2, 10.7
XYZ25.9, 42.3, 36.9
Decimal1033625
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.22:1
Text on #FFFFFF
FAIL
9.47:1
Text on #000000
AAA
2.12:1
Text on #F8FAFC
FAIL
8.05:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #0FC599;
}
.text-color {
color: #0FC599;
}
.border-color {
border: 2px solid #0FC599;
}