#0FE2AF
A medium, vivid cyan closely aligning with Aquamarine.
About #0FE2AF
At its core, #0FE2AF is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Aquamarine. This translates to an RGB value of rgb(15, 226, 175).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 93% cyan, 0% magenta, 23% yellow, and 11% black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#0FE2AF
RGB15, 226, 175
HSL165.5°, 87.6%, 47.3%
CMYK93%, 0%, 23%, 11%
HSV165.5°, 93.4%, 88.6%
LAB80.5, -57.2, 12.3
XYZ35.1, 57.6, 49.8
Decimal1041071
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.68:1
Text on #FFFFFF
FAIL
12.52:1
Text on #000000
AAA
1.60:1
Text on #F8FAFC
FAIL
10.64:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #0FE2AF;
}
.text-color {
color: #0FE2AF;
}
.border-color {
border: 2px solid #0FE2AF;
}