Shades of Medium Sea Green #32CE70
Tints of Medium Sea Green #32CE70
RGB
CMYK
RGB Variations
Color information
#32CE70 (or 0x32CE70) is known color: Medium Sea Green. HEX triplet: 32, CE and 70. RGB value is (50,206,112). Sum of RGB (Red+Green+Blue) = 50+206+112=368 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.59% from 368); Green value is 206 (80.86% from 255 or 55.98% from 368); Blue value is 112 (44.14% from 255 or 30.43% from 368); Max value from RGB is 206 - color contains mainly: green. Hex color #32CE70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32CE70 is #CD318F. Grayscale: #949494. Windows color (decimal): -13447568 or 7392818. OLE color: 7392818.
HSL color Cylindrical-coordinate representation of color #32CE70: hue angle of 143.85º 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 #32CE70 is Cyan = 0.76, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 206 | 112 | - |
| CMYK | 0.76 | 0 | 0.46 | 0.19 |
| HSL | 143.85º | 0.61% | 0.5% | - |
| HSV(B) | 143.85º | 0.76% | 0.81% | - |
| XYZ | 26.31 | 45.99 | 22.82 | - |
| YUV | 148.64 | 107.32 | 57.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 206 | 112 | 0.76 | 0 | 0.46 | 0.19 | 143.85 | 0.61 | 0.5 |
| Hex | 32 | CE | 70 | 4C | 0 | 2E | 13 | 90 | 3D | 32 |
| Octal | 62 | 316 | 160 | 114 | 0 | 56 | 23 | 220 | 75 | 62 |
| Binary | 110010 | 11001110 | 1110000 | 1001100 | 0 | 101110 | 10011 | 10010000 | 111101 | 110010 |
Color Harmonies of #32CE70
Complementary color
Monochromatic Colors of #32CE70
Black with #32CE70
Text Example
Text Example
White with #32CE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CE70; }
p { color: rgb(50,206,112); }
H1.HeaderClassName
{
color: #32CE70;
}
.AnyTagClassName
{
color: #32CE70;
}
</style>
background-color css
<style>
a { background-color: #32CE70; }
a { background-color: rgb(50,206,112); }
div.DivClassName
{
background-color: #32CE70;
}
.BgClassName
{
background-color: #32CE70;
}
</style>
border-color css
<style>
span { border-color: #32CE70; }
span { border-color: rgb(50,206,112); }
td.TdClassName
{
border-color: #32CE70;
}
.TagClassName
{
border-color: #32CE70;
}
</style>