Shades of Medium Sea Green #32C57F
Tints of Medium Sea Green #32C57F
RGB
CMYK
RGB Variations
Color information
#32C57F (or 0x32C57F) is known color: Medium Sea Green. HEX triplet: 32, C5 and 7F. RGB value is (50,197,127). Sum of RGB (Red+Green+Blue) = 50+197+127=374 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.37% from 374); Green value is 197 (77.34% from 255 or 52.67% from 374); Blue value is 127 (50% from 255 or 33.96% from 374); Max value from RGB is 197 - color contains mainly: green. Hex color #32C57F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32C57F is #CD3A80. Grayscale: #919191. Windows color (decimal): -13449857 or 8373554. OLE color: 8373554.
HSL color Cylindrical-coordinate representation of color #32C57F: hue angle of 151.43º 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 #32C57F is Cyan = 0.75, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 50 | 197 | 127 | - |
| CMYK | 0.75 | 0 | 0.36 | 0.23 |
| HSL | 151.43º | 0.6% | 0.48% | - |
| HSV(B) | 151.43º | 0.75% | 0.77% | - |
| XYZ | 25.11 | 42.14 | 26.89 | - |
| YUV | 145.07 | 117.8 | 60.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 197 | 127 | 0.75 | 0 | 0.36 | 0.23 | 151.43 | 0.6 | 0.48 |
| Hex | 32 | C5 | 7F | 4B | 0 | 24 | 17 | 97 | 3C | 30 |
| Octal | 62 | 305 | 177 | 113 | 0 | 44 | 27 | 227 | 74 | 60 |
| Binary | 110010 | 11000101 | 1111111 | 1001011 | 0 | 100100 | 10111 | 10010111 | 111100 | 110000 |
Color Harmonies of #32C57F
Complementary color
Monochromatic Colors of #32C57F
Black with #32C57F
Text Example
Text Example
White with #32C57F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C57F; }
p { color: rgb(50,197,127); }
H1.HeaderClassName
{
color: #32C57F;
}
.AnyTagClassName
{
color: #32C57F;
}
</style>
background-color css
<style>
a { background-color: #32C57F; }
a { background-color: rgb(50,197,127); }
div.DivClassName
{
background-color: #32C57F;
}
.BgClassName
{
background-color: #32C57F;
}
</style>
border-color css
<style>
span { border-color: #32C57F; }
span { border-color: rgb(50,197,127); }
td.TdClassName
{
border-color: #32C57F;
}
.TagClassName
{
border-color: #32C57F;
}
</style>