#92F0CC
A light, vivid green closely aligning with Aquamarine.
About #92F0CC
Visually, #92F0CC is defined as a vivid green. Designers often compare it to the standard color Aquamarine. In the RGB color space, it consists of 146 red, 240 green, and 204 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 39% cyan, 0% magenta, 15% yellow, and 6% black. The HSL representation is 157.0° hue, 75.8% saturation, and 75.7% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#92F0CC
RGB146, 240, 204
HSL157.0°, 75.8%, 75.7%
CMYK39%, 0%, 15%, 6%
HSV157.0°, 39.2%, 94.1%
LAB88.3, -35.9, 8.7
XYZ53.9, 72.8, 68.3
Decimal9629900
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.35:1
Text on #FFFFFF
FAIL
15.56:1
Text on #000000
AAA
1.29:1
Text on #F8FAFC
FAIL
13.23:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #92F0CC;
}
.text-color {
color: #92F0CC;
}
.border-color {
border: 2px solid #92F0CC;
}