Shades of Medium Sea Green #32CC61
Tints of Medium Sea Green #32CC61
RGB
CMYK
RGB Variations
Color information
#32CC61 (or 0x32CC61) is known color: Medium Sea Green. HEX triplet: 32, CC and 61. RGB value is (50,204,97). Sum of RGB (Red+Green+Blue) = 50+204+97=351 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.25% from 351); Green value is 204 (80.08% from 255 or 58.12% from 351); Blue value is 97 (38.28% from 255 or 27.64% from 351); Max value from RGB is 204 - color contains mainly: green. Hex color #32CC61 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32CC61 is #CD339E. Grayscale: #929292. Windows color (decimal): -13448095 or 6409266. OLE color: 6409266.
HSL color Cylindrical-coordinate representation of color #32CC61: hue angle of 138.31º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32CC61 is Cyan = 0.75, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 50 | 204 | 97 | - |
| CMYK | 0.75 | 0 | 0.52 | 0.2 |
| HSL | 138.31º | 0.61% | 0.5% | - |
| HSV(B) | 138.31º | 0.75% | 0.8% | - |
| XYZ | 25.07 | 44.73 | 18.62 | - |
| YUV | 145.76 | 100.48 | 59.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 204 | 97 | 0.75 | 0 | 0.52 | 0.2 | 138.31 | 0.61 | 0.5 |
| Hex | 32 | CC | 61 | 4B | 0 | 34 | 14 | 8A | 3D | 32 |
| Octal | 62 | 314 | 141 | 113 | 0 | 64 | 24 | 212 | 75 | 62 |
| Binary | 110010 | 11001100 | 1100001 | 1001011 | 0 | 110100 | 10100 | 10001010 | 111101 | 110010 |
Color Harmonies of #32CC61
Complementary color
Monochromatic Colors of #32CC61
Black with #32CC61
Text Example
Text Example
White with #32CC61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CC61; }
p { color: rgb(50,204,97); }
H1.HeaderClassName
{
color: #32CC61;
}
.AnyTagClassName
{
color: #32CC61;
}
</style>
background-color css
<style>
a { background-color: #32CC61; }
a { background-color: rgb(50,204,97); }
div.DivClassName
{
background-color: #32CC61;
}
.BgClassName
{
background-color: #32CC61;
}
</style>
border-color css
<style>
span { border-color: #32CC61; }
span { border-color: rgb(50,204,97); }
td.TdClassName
{
border-color: #32CC61;
}
.TagClassName
{
border-color: #32CC61;
}
</style>