#92F8CC
A light, vivid green closely aligning with Aquamarine.
About #92F8CC
At its core, #92F8CC is a light and vivid hue. If you're using CSS, you might find it aligns closely with Aquamarine. This translates to an RGB value of rgb(146, 248, 204).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 41% cyan, 0% magenta, 18% yellow, and 3% black. The HSL representation is 154.1° hue, 87.9% saturation, and 77.3% lightness.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#92F8CC
RGB146, 248, 204
HSL154.1°, 87.9%, 77.3%
CMYK41%, 0%, 18%, 3%
HSV154.1°, 41.1%, 97.3%
LAB90.6, -39.5, 11.9
XYZ56.3, 77.6, 69.1
Decimal9631948
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.27:1
Text on #FFFFFF
FAIL
16.52:1
Text on #000000
AAA
1.21:1
Text on #F8FAFC
FAIL
14.04:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #92F8CC;
}
.text-color {
color: #92F8CC;
}
.border-color {
border: 2px solid #92F8CC;
}