#83DBBD
A light, moderate green closely aligning with Mediumaquamarine.
About #83DBBD
The precise color #83DBBD is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Mediumaquamarine. This translates to an RGB value of rgb(131, 219, 189).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 40% Cyan, 0% Magenta, 14% Yellow, and 14% Black. With a hue angle of 159.5 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#83DBBD
RGB131, 219, 189
HSL159.5°, 55.0%, 68.6%
CMYK40%, 0%, 14%, 14%
HSV159.5°, 40.2%, 85.9%
LAB81.4, -33.3, 6.5
XYZ43.9, 59.2, 57.3
Decimal8641469
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.64:1
Text on #FFFFFF
FAIL
12.83:1
Text on #000000
AAA
1.56:1
Text on #F8FAFC
FAIL
10.91:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #83DBBD;
}
.text-color {
color: #83DBBD;
}
.border-color {
border: 2px solid #83DBBD;
}