Shades of Medium Sea Green #32CE64
Tints of Medium Sea Green #32CE64
RGB
CMYK
RGB Variations
Color information
#32CE64 (or 0x32CE64) is known color: Medium Sea Green. HEX triplet: 32, CE and 64. RGB value is (50,206,100). Sum of RGB (Red+Green+Blue) = 50+206+100=356 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.04% from 356); Green value is 206 (80.86% from 255 or 57.87% from 356); Blue value is 100 (39.45% from 255 or 28.09% from 356); Max value from RGB is 206 - color contains mainly: green. Hex color #32CE64 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32CE64 is #CD319B. Grayscale: #939393. Windows color (decimal): -13447580 or 6606386. OLE color: 6606386.
HSL color Cylindrical-coordinate representation of color #32CE64: hue angle of 139.23º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32CE64 is Cyan = 0.76, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 206 | 100 | - |
| CMYK | 0.76 | 0 | 0.51 | 0.19 |
| HSL | 139.23º | 0.61% | 0.5% | - |
| HSV(B) | 139.23º | 0.76% | 0.81% | - |
| XYZ | 25.69 | 45.74 | 19.53 | - |
| YUV | 147.27 | 101.32 | 58.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 206 | 100 | 0.76 | 0 | 0.51 | 0.19 | 139.23 | 0.61 | 0.5 |
| Hex | 32 | CE | 64 | 4C | 0 | 33 | 13 | 8B | 3D | 32 |
| Octal | 62 | 316 | 144 | 114 | 0 | 63 | 23 | 213 | 75 | 62 |
| Binary | 110010 | 11001110 | 1100100 | 1001100 | 0 | 110011 | 10011 | 10001011 | 111101 | 110010 |
Color Harmonies of #32CE64
Complementary color
Monochromatic Colors of #32CE64
Black with #32CE64
Text Example
Text Example
White with #32CE64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CE64; }
p { color: rgb(50,206,100); }
H1.HeaderClassName
{
color: #32CE64;
}
.AnyTagClassName
{
color: #32CE64;
}
</style>
background-color css
<style>
a { background-color: #32CE64; }
a { background-color: rgb(50,206,100); }
div.DivClassName
{
background-color: #32CE64;
}
.BgClassName
{
background-color: #32CE64;
}
</style>
border-color css
<style>
span { border-color: #32CE64; }
span { border-color: rgb(50,206,100); }
td.TdClassName
{
border-color: #32CE64;
}
.TagClassName
{
border-color: #32CE64;
}
</style>