#92F8DB
A light, vivid green closely aligning with Aquamarine.
About #92F8DB
Visually, #92F8DB is defined as a vivid green. Designers often compare it to the standard color Aquamarine. To achieve this exact tint on a monitor, you would use an RGB mix of 146, 248, and 219.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 41% cyan and 0% magenta inks. With a hue angle of 162.9 degrees, it sits comfortably in the green spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#92F8DB
RGB146, 248, 219
HSL162.9°, 87.9%, 77.3%
CMYK41%, 0%, 12%, 3%
HSV162.9°, 41.1%, 97.3%
LAB90.9, -36.4, 4.6
XYZ58.2, 78.4, 79.1
Decimal9631963
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.26:1
Text on #FFFFFF
FAIL
16.67:1
Text on #000000
AAA
1.20:1
Text on #F8FAFC
FAIL
14.17:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #92F8DB;
}
.text-color {
color: #92F8DB;
}
.border-color {
border: 2px solid #92F8DB;
}