#16FFC5
A medium, vivid cyan closely aligning with Aquamarine.
About #16FFC5
At its core, #16FFC5 is a medium and vivid hue. It is closely associated with the named CSS color Aquamarine. Its digital footprint relies on 22 parts red, 255 parts green, and 197 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 91% cyan and 0% magenta inks. With a hue angle of 165.1 degrees, it sits comfortably in the cyan spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#16FFC5
RGB22, 255, 197
HSL165.1°, 100.0%, 54.3%
CMYK91%, 0%, 23%, 0%
HSV165.1°, 91.4%, 100.0%
LAB89.7, -62.7, 13.9
XYZ46.2, 75.7, 65.0
Decimal1507269
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.30:1
Text on #FFFFFF
FAIL
16.14:1
Text on #000000
AAA
1.24:1
Text on #F8FAFC
FAIL
13.72:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #16FFC5;
}
.text-color {
color: #16FFC5;
}
.border-color {
border: 2px solid #16FFC5;
}