Shades of Medium Sea Green #32CD72
Tints of Medium Sea Green #32CD72
RGB
CMYK
RGB Variations
Color information
#32CD72 (or 0x32CD72) is known color: Medium Sea Green. HEX triplet: 32, CD and 72. RGB value is (50,205,114). Sum of RGB (Red+Green+Blue) = 50+205+114=369 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.55% from 369); Green value is 205 (80.47% from 255 or 55.56% from 369); Blue value is 114 (44.92% from 255 or 30.89% from 369); Max value from RGB is 205 - color contains mainly: green. Hex color #32CD72 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32CD72 is #CD328D. Grayscale: #949494. Windows color (decimal): -13447822 or 7523634. OLE color: 7523634.
HSL color Cylindrical-coordinate representation of color #32CD72: hue angle of 144.77º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32CD72 is Cyan = 0.76, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 50 | 205 | 114 | - |
| CMYK | 0.76 | 0 | 0.44 | 0.20 |
| HSL | 144.77º | 0.61% | 0.5% | - |
| HSV(B) | 144.77º | 0.76% | 0.8% | - |
| XYZ | 26.18 | 45.56 | 23.33 | - |
| YUV | 148.28 | 108.65 | 57.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 205 | 114 | 0.76 | 0 | 0.44 | 0.20 | 144.77 | 0.61 | 0.5 |
| Hex | 32 | CD | 72 | 4C | 0 | 2C | 14 | 91 | 3D | 32 |
| Octal | 62 | 315 | 162 | 114 | 0 | 54 | 24 | 221 | 75 | 62 |
| Binary | 110010 | 11001101 | 1110010 | 1001100 | 0 | 101100 | 10100 | 10010001 | 111101 | 110010 |
Color Harmonies of #32CD72
Complementary color
Monochromatic Colors of #32CD72
Black with #32CD72
Text Example
Text Example
White with #32CD72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CD72; }
p { color: rgb(50,205,114); }
H1.HeaderClassName
{
color: #32CD72;
}
.AnyTagClassName
{
color: #32CD72;
}
</style>
background-color css
<style>
a { background-color: #32CD72; }
a { background-color: rgb(50,205,114); }
div.DivClassName
{
background-color: #32CD72;
}
.BgClassName
{
background-color: #32CD72;
}
</style>
border-color css
<style>
span { border-color: #32CD72; }
span { border-color: rgb(50,205,114); }
td.TdClassName
{
border-color: #32CD72;
}
.TagClassName
{
border-color: #32CD72;
}
</style>