Shades of Medium Sea Green #32C575
Tints of Medium Sea Green #32C575
RGB
CMYK
RGB Variations
Color information
#32C575 (or 0x32C575) is known color: Medium Sea Green. HEX triplet: 32, C5 and 75. RGB value is (50,197,117). Sum of RGB (Red+Green+Blue) = 50+197+117=364 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.74% from 364); Green value is 197 (77.34% from 255 or 54.12% from 364); Blue value is 117 (46.09% from 255 or 32.14% from 364); Max value from RGB is 197 - color contains mainly: green. Hex color #32C575 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32C575 is #CD3A8A. Grayscale: #909090. Windows color (decimal): -13449867 or 7718194. OLE color: 7718194.
HSL color Cylindrical-coordinate representation of color #32C575: hue angle of 147.35º 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 #32C575 is Cyan = 0.75, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 50 | 197 | 117 | - |
| CMYK | 0.75 | 0 | 0.41 | 0.23 |
| HSL | 147.35º | 0.6% | 0.48% | - |
| HSV(B) | 147.35º | 0.75% | 0.77% | - |
| XYZ | 24.49 | 41.89 | 23.63 | - |
| YUV | 143.93 | 112.8 | 61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 197 | 117 | 0.75 | 0 | 0.41 | 0.23 | 147.35 | 0.6 | 0.48 |
| Hex | 32 | C5 | 75 | 4B | 0 | 29 | 17 | 93 | 3C | 30 |
| Octal | 62 | 305 | 165 | 113 | 0 | 51 | 27 | 223 | 74 | 60 |
| Binary | 110010 | 11000101 | 1110101 | 1001011 | 0 | 101001 | 10111 | 10010011 | 111100 | 110000 |
Color Harmonies of #32C575
Complementary color
Monochromatic Colors of #32C575
Black with #32C575
Text Example
Text Example
White with #32C575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C575; }
p { color: rgb(50,197,117); }
H1.HeaderClassName
{
color: #32C575;
}
.AnyTagClassName
{
color: #32C575;
}
</style>
background-color css
<style>
a { background-color: #32C575; }
a { background-color: rgb(50,197,117); }
div.DivClassName
{
background-color: #32C575;
}
.BgClassName
{
background-color: #32C575;
}
</style>
border-color css
<style>
span { border-color: #32C575; }
span { border-color: rgb(50,197,117); }
td.TdClassName
{
border-color: #32C575;
}
.TagClassName
{
border-color: #32C575;
}
</style>