Shades of Medium Sea Green #32C57D
Tints of Medium Sea Green #32C57D
RGB
CMYK
RGB Variations
Color information
#32C57D (or 0x32C57D) is known color: Medium Sea Green. HEX triplet: 32, C5 and 7D. RGB value is (50,197,125). Sum of RGB (Red+Green+Blue) = 50+197+125=372 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.44% from 372); Green value is 197 (77.34% from 255 or 52.96% from 372); Blue value is 125 (49.22% from 255 or 33.60% from 372); Max value from RGB is 197 - color contains mainly: green. Hex color #32C57D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32C57D is #CD3A82. Grayscale: #909090. Windows color (decimal): -13449859 or 8242482. OLE color: 8242482.
HSL color Cylindrical-coordinate representation of color #32C57D: hue angle of 150.61º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32C57D is Cyan = 0.75, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 50 | 197 | 125 | - |
| CMYK | 0.75 | 0 | 0.37 | 0.23 |
| HSL | 150.61º | 0.6% | 0.48% | - |
| HSV(B) | 150.61º | 0.75% | 0.77% | - |
| XYZ | 24.98 | 42.09 | 26.21 | - |
| YUV | 144.84 | 116.8 | 60.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 197 | 125 | 0.75 | 0 | 0.37 | 0.23 | 150.61 | 0.6 | 0.48 |
| Hex | 32 | C5 | 7D | 4B | 0 | 25 | 17 | 97 | 3C | 30 |
| Octal | 62 | 305 | 175 | 113 | 0 | 45 | 27 | 227 | 74 | 60 |
| Binary | 110010 | 11000101 | 1111101 | 1001011 | 0 | 100101 | 10111 | 10010111 | 111100 | 110000 |
Color Harmonies of #32C57D
Complementary color
Monochromatic Colors of #32C57D
Black with #32C57D
Text Example
Text Example
White with #32C57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C57D; }
p { color: rgb(50,197,125); }
H1.HeaderClassName
{
color: #32C57D;
}
.AnyTagClassName
{
color: #32C57D;
}
</style>
background-color css
<style>
a { background-color: #32C57D; }
a { background-color: rgb(50,197,125); }
div.DivClassName
{
background-color: #32C57D;
}
.BgClassName
{
background-color: #32C57D;
}
</style>
border-color css
<style>
span { border-color: #32C57D; }
span { border-color: rgb(50,197,125); }
td.TdClassName
{
border-color: #32C57D;
}
.TagClassName
{
border-color: #32C57D;
}
</style>