#83A08A
A medium, muted green closely aligning with Darkseagreen.
About #83A08A
The hex code #83A08A represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Darkseagreen. To achieve this exact tint on a monitor, you would use an RGB mix of 131, 160, and 138.
For print applications, it's crucial to understand its CMYK makeup. The color uses 18% Cyan, 0% Magenta, 14% Yellow, and 37% Black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. 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#83A08A
RGB131, 160, 138
HSL134.5°, 13.2%, 57.1%
CMYK18%, 0%, 14%, 37%
HSV134.5°, 18.1%, 62.7%
LAB63.2, -14.6, 8.2
XYZ26.5, 31.8, 28.8
Decimal8626314
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.85:1
Text on #FFFFFF
FAIL
7.36:1
Text on #000000
AAA
2.73:1
Text on #F8FAFC
FAIL
6.26:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #83A08A;
}
.text-color {
color: #83A08A;
}
.border-color {
border: 2px solid #83A08A;
}