Shades of Medium Sea Green #32CD60
Tints of Medium Sea Green #32CD60
RGB
CMYK
RGB Variations
Color information
#32CD60 (or 0x32CD60) is known color: Medium Sea Green. HEX triplet: 32, CD and 60. RGB value is (50,205,96). Sum of RGB (Red+Green+Blue) = 50+205+96=351 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.25% from 351); Green value is 205 (80.47% from 255 or 58.40% from 351); Blue value is 96 (37.89% from 255 or 27.35% from 351); Max value from RGB is 205 - color contains mainly: green. Hex color #32CD60 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32CD60 is #CD329F. Grayscale: #929292. Windows color (decimal): -13447840 or 6343986. OLE color: 6343986.
HSL color Cylindrical-coordinate representation of color #32CD60: hue angle of 137.81º 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 #32CD60 is Cyan = 0.76, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 50 | 205 | 96 | - |
| CMYK | 0.76 | 0 | 0.53 | 0.20 |
| HSL | 137.81º | 0.61% | 0.5% | - |
| HSV(B) | 137.81º | 0.76% | 0.8% | - |
| XYZ | 25.26 | 45.19 | 18.46 | - |
| YUV | 146.23 | 99.65 | 59.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 205 | 96 | 0.76 | 0 | 0.53 | 0.20 | 137.81 | 0.61 | 0.5 |
| Hex | 32 | CD | 60 | 4C | 0 | 35 | 14 | 8A | 3D | 32 |
| Octal | 62 | 315 | 140 | 114 | 0 | 65 | 24 | 212 | 75 | 62 |
| Binary | 110010 | 11001101 | 1100000 | 1001100 | 0 | 110101 | 10100 | 10001010 | 111101 | 110010 |
Color Harmonies of #32CD60
Complementary color
Monochromatic Colors of #32CD60
Black with #32CD60
Text Example
Text Example
White with #32CD60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CD60; }
p { color: rgb(50,205,96); }
H1.HeaderClassName
{
color: #32CD60;
}
.AnyTagClassName
{
color: #32CD60;
}
</style>
background-color css
<style>
a { background-color: #32CD60; }
a { background-color: rgb(50,205,96); }
div.DivClassName
{
background-color: #32CD60;
}
.BgClassName
{
background-color: #32CD60;
}
</style>
border-color css
<style>
span { border-color: #32CD60; }
span { border-color: rgb(50,205,96); }
td.TdClassName
{
border-color: #32CD60;
}
.TagClassName
{
border-color: #32CD60;
}
</style>