#16FFE2
A medium, vivid cyan closely aligning with Aquamarine.
About #16FFE2
The precise color #16FFE2 is an excellent choice for modern design projects. It is closely associated with the named CSS color Aquamarine. In the RGB color space, it consists of 22 red, 255 green, and 226 blue.
If you are designing for print, the four-color process is what matters most. The color uses 91% Cyan, 0% Magenta, 11% Yellow, and 0% Black. With a hue angle of 172.5 degrees, it sits comfortably in the cyan spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#16FFE2
RGB22, 255, 226
HSL172.5°, 100.0%, 54.3%
CMYK91%, 0%, 11%, 0%
HSV172.5°, 91.4%, 100.0%
LAB90.4, -55.5, -0.1
XYZ49.8, 77.2, 84.2
Decimal1507298
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.28:1
Text on #FFFFFF
FAIL
16.44:1
Text on #000000
AAA
1.22:1
Text on #F8FAFC
FAIL
13.97:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #16FFE2;
}
.text-color {
color: #16FFE2;
}
.border-color {
border: 2px solid #16FFE2;
}