Shades of Medium Sea Green #32CD76
Tints of Medium Sea Green #32CD76
RGB
CMYK
RGB Variations
Color information
#32CD76 (or 0x32CD76) is known color: Medium Sea Green. HEX triplet: 32, CD and 76. RGB value is (50,205,118). Sum of RGB (Red+Green+Blue) = 50+205+118=373 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.40% from 373); Green value is 205 (80.47% from 255 or 54.96% from 373); Blue value is 118 (46.48% from 255 or 31.64% from 373); Max value from RGB is 205 - color contains mainly: green. Hex color #32CD76 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32CD76 is #CD3289. Grayscale: #949494. Windows color (decimal): -13447818 or 7785778. OLE color: 7785778.
HSL color Cylindrical-coordinate representation of color #32CD76: hue angle of 146.32º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32CD76 is Cyan = 0.76, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 50 | 205 | 118 | - |
| CMYK | 0.76 | 0 | 0.42 | 0.20 |
| HSL | 146.32º | 0.61% | 0.5% | - |
| HSV(B) | 146.32º | 0.76% | 0.8% | - |
| XYZ | 26.42 | 45.65 | 24.56 | - |
| YUV | 148.74 | 110.65 | 57.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 205 | 118 | 0.76 | 0 | 0.42 | 0.20 | 146.32 | 0.61 | 0.5 |
| Hex | 32 | CD | 76 | 4C | 0 | 2A | 14 | 92 | 3D | 32 |
| Octal | 62 | 315 | 166 | 114 | 0 | 52 | 24 | 222 | 75 | 62 |
| Binary | 110010 | 11001101 | 1110110 | 1001100 | 0 | 101010 | 10100 | 10010010 | 111101 | 110010 |
Color Harmonies of #32CD76
Complementary color
Monochromatic Colors of #32CD76
Black with #32CD76
Text Example
Text Example
White with #32CD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CD76; }
p { color: rgb(50,205,118); }
H1.HeaderClassName
{
color: #32CD76;
}
.AnyTagClassName
{
color: #32CD76;
}
</style>
background-color css
<style>
a { background-color: #32CD76; }
a { background-color: rgb(50,205,118); }
div.DivClassName
{
background-color: #32CD76;
}
.BgClassName
{
background-color: #32CD76;
}
</style>
border-color css
<style>
span { border-color: #32CD76; }
span { border-color: rgb(50,205,118); }
td.TdClassName
{
border-color: #32CD76;
}
.TagClassName
{
border-color: #32CD76;
}
</style>