Shades of Medium Sea Green #32CC5E
Tints of Medium Sea Green #32CC5E
RGB
CMYK
RGB Variations
Color information
#32CC5E (or 0x32CC5E) is known color: Medium Sea Green. HEX triplet: 32, CC and 5E. RGB value is (50,204,94). Sum of RGB (Red+Green+Blue) = 50+204+94=348 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.37% from 348); Green value is 204 (80.08% from 255 or 58.62% from 348); Blue value is 94 (37.11% from 255 or 27.01% from 348); Max value from RGB is 204 - color contains mainly: green. Hex color #32CC5E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32CC5E is #CD33A1. Grayscale: #919191. Windows color (decimal): -13448098 or 6212658. OLE color: 6212658.
HSL color Cylindrical-coordinate representation of color #32CC5E: hue angle of 137.14º 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 #32CC5E is Cyan = 0.75, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 50 | 204 | 94 | - |
| CMYK | 0.75 | 0 | 0.54 | 0.2 |
| HSL | 137.14º | 0.61% | 0.5% | - |
| HSV(B) | 137.14º | 0.75% | 0.8% | - |
| XYZ | 24.93 | 44.67 | 17.9 | - |
| YUV | 145.41 | 98.98 | 59.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 204 | 94 | 0.75 | 0 | 0.54 | 0.2 | 137.14 | 0.61 | 0.5 |
| Hex | 32 | CC | 5E | 4B | 0 | 36 | 14 | 89 | 3D | 32 |
| Octal | 62 | 314 | 136 | 113 | 0 | 66 | 24 | 211 | 75 | 62 |
| Binary | 110010 | 11001100 | 1011110 | 1001011 | 0 | 110110 | 10100 | 10001001 | 111101 | 110010 |
Color Harmonies of #32CC5E
Complementary color
Monochromatic Colors of #32CC5E
Black with #32CC5E
Text Example
Text Example
White with #32CC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CC5E; }
p { color: rgb(50,204,94); }
H1.HeaderClassName
{
color: #32CC5E;
}
.AnyTagClassName
{
color: #32CC5E;
}
</style>
background-color css
<style>
a { background-color: #32CC5E; }
a { background-color: rgb(50,204,94); }
div.DivClassName
{
background-color: #32CC5E;
}
.BgClassName
{
background-color: #32CC5E;
}
</style>
border-color css
<style>
span { border-color: #32CC5E; }
span { border-color: rgb(50,204,94); }
td.TdClassName
{
border-color: #32CC5E;
}
.TagClassName
{
border-color: #32CC5E;
}
</style>