#99FFC5
A very light, vivid green closely aligning with Aquamarine.
About #99FFC5
At its core, #99FFC5 is a very light and vivid hue. Designers often compare it to the standard color Aquamarine. Its digital footprint relies on 153 parts red, 255 parts green, and 197 parts blue light.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 40% cyan and 0% magenta inks. The HSL representation is 145.9° hue, 100.0% saturation, and 80.0% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a very light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#99FFC5
RGB153, 255, 197
HSL145.9°, 100.0%, 80.0%
CMYK40%, 0%, 23%, 0%
HSV145.9°, 40.0%, 100.0%
LAB92.7, -42.1, 18.5
XYZ59.0, 82.3, 65.6
Decimal10092485
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.20:1
Text on #FFFFFF
FAIL
17.46:1
Text on #000000
AAA
1.15:1
Text on #F8FAFC
FAIL
14.85:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #99FFC5;
}
.text-color {
color: #99FFC5;
}
.border-color {
border: 2px solid #99FFC5;
}