Shades of Medium Sea Green #32CE7D
Tints of Medium Sea Green #32CE7D
RGB
CMYK
RGB Variations
Color information
#32CE7D (or 0x32CE7D) is known color: Medium Sea Green. HEX triplet: 32, CE and 7D. RGB value is (50,206,125). Sum of RGB (Red+Green+Blue) = 50+206+125=381 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.12% from 381); Green value is 206 (80.86% from 255 or 54.07% from 381); Blue value is 125 (49.22% from 255 or 32.81% from 381); Max value from RGB is 206 - color contains mainly: green. Hex color #32CE7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32CE7D is #CD3182. Grayscale: #969696. Windows color (decimal): -13447555 or 8244786. OLE color: 8244786.
HSL color Cylindrical-coordinate representation of color #32CE7D: hue angle of 148.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 #32CE7D is Cyan = 0.76, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 206 | 125 | - |
| CMYK | 0.76 | 0 | 0.39 | 0.19 |
| HSL | 148.85º | 0.61% | 0.5% | - |
| HSV(B) | 148.85º | 0.76% | 0.81% | - |
| XYZ | 27.09 | 46.3 | 26.91 | - |
| YUV | 150.12 | 113.82 | 56.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 206 | 125 | 0.76 | 0 | 0.39 | 0.19 | 148.85 | 0.61 | 0.5 |
| Hex | 32 | CE | 7D | 4C | 0 | 27 | 13 | 95 | 3D | 32 |
| Octal | 62 | 316 | 175 | 114 | 0 | 47 | 23 | 225 | 75 | 62 |
| Binary | 110010 | 11001110 | 1111101 | 1001100 | 0 | 100111 | 10011 | 10010101 | 111101 | 110010 |
Color Harmonies of #32CE7D
Complementary color
Monochromatic Colors of #32CE7D
Black with #32CE7D
Text Example
Text Example
White with #32CE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CE7D; }
p { color: rgb(50,206,125); }
H1.HeaderClassName
{
color: #32CE7D;
}
.AnyTagClassName
{
color: #32CE7D;
}
</style>
background-color css
<style>
a { background-color: #32CE7D; }
a { background-color: rgb(50,206,125); }
div.DivClassName
{
background-color: #32CE7D;
}
.BgClassName
{
background-color: #32CE7D;
}
</style>
border-color css
<style>
span { border-color: #32CE7D; }
span { border-color: rgb(50,206,125); }
td.TdClassName
{
border-color: #32CE7D;
}
.TagClassName
{
border-color: #32CE7D;
}
</style>