#92FFC5
A light, vivid green closely aligning with Aquamarine.
About #92FFC5
When working with digital screens, the color #92FFC5 is rendered by mixing light. Designers often compare it to the standard color Aquamarine. In the RGB color space, it consists of 146 red, 255 green, and 197 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 43% C, 0% M, 23% Y, and 0% K. With a hue angle of 148.1 degrees, it sits comfortably in the green spectrum.
When using this color as a background, text legibility must be considered. Because it is a light color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#92FFC5
RGB146, 255, 197
HSL148.1°, 100.0%, 78.6%
CMYK43%, 0%, 23%, 0%
HSV148.1°, 42.7%, 100.0%
LAB92.4, -44.0, 18.1
XYZ57.7, 81.7, 65.5
Decimal9633733
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.21:1
Text on #FFFFFF
FAIL
17.33:1
Text on #000000
AAA
1.16:1
Text on #F8FAFC
FAIL
14.73:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #92FFC5;
}
.text-color {
color: #92FFC5;
}
.border-color {
border: 2px solid #92FFC5;
}