#50925F
A medium, muted green closely aligning with Seagreen.
About #50925F
At its core, #50925F is a medium and muted hue. Designers often compare it to the standard color Seagreen. In the RGB color space, it consists of 80 red, 146 green, and 95 blue.
If you are designing for print, the four-color process is what matters most. The color uses 45% Cyan, 0% Magenta, 35% Yellow, and 43% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#50925F
RGB80, 146, 95
HSL133.6°, 29.2%, 44.3%
CMYK45%, 0%, 35%, 43%
HSV133.6°, 45.2%, 57.3%
LAB55.2, -32.7, 20.7
XYZ15.7, 23.1, 14.5
Decimal5280351
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.74:1
Text on #FFFFFF
AA Large
5.62:1
Text on #000000
AA
3.57:1
Text on #F8FAFC
AA Large
4.78:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #50925F;
}
.text-color {
color: #50925F;
}
.border-color {
border: 2px solid #50925F;
}