Shades of Medium Sea Green #32CD5C
Tints of Medium Sea Green #32CD5C
RGB
CMYK
RGB Variations
Color information
#32CD5C (or 0x32CD5C) is known color: Medium Sea Green. HEX triplet: 32, CD and 5C. RGB value is (50,205,92). Sum of RGB (Red+Green+Blue) = 50+205+92=347 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.41% from 347); Green value is 205 (80.47% from 255 or 59.08% from 347); Blue value is 92 (36.33% from 255 or 26.51% from 347); Max value from RGB is 205 - color contains mainly: green. Hex color #32CD5C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32CD5C is #CD32A3. Grayscale: #929292. Windows color (decimal): -13447844 or 6081842. OLE color: 6081842.
HSL color Cylindrical-coordinate representation of color #32CD5C: hue angle of 136.26º 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 #32CD5C is Cyan = 0.76, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 50 | 205 | 92 | - |
| CMYK | 0.76 | 0 | 0.55 | 0.20 |
| HSL | 136.26º | 0.61% | 0.5% | - |
| HSV(B) | 136.26º | 0.76% | 0.8% | - |
| XYZ | 25.08 | 45.11 | 17.51 | - |
| YUV | 145.77 | 97.65 | 59.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 205 | 92 | 0.76 | 0 | 0.55 | 0.20 | 136.26 | 0.61 | 0.5 |
| Hex | 32 | CD | 5C | 4C | 0 | 37 | 14 | 88 | 3D | 32 |
| Octal | 62 | 315 | 134 | 114 | 0 | 67 | 24 | 210 | 75 | 62 |
| Binary | 110010 | 11001101 | 1011100 | 1001100 | 0 | 110111 | 10100 | 10001000 | 111101 | 110010 |
Color Harmonies of #32CD5C
Complementary color
Monochromatic Colors of #32CD5C
Black with #32CD5C
Text Example
Text Example
White with #32CD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CD5C; }
p { color: rgb(50,205,92); }
H1.HeaderClassName
{
color: #32CD5C;
}
.AnyTagClassName
{
color: #32CD5C;
}
</style>
background-color css
<style>
a { background-color: #32CD5C; }
a { background-color: rgb(50,205,92); }
div.DivClassName
{
background-color: #32CD5C;
}
.BgClassName
{
background-color: #32CD5C;
}
</style>
border-color css
<style>
span { border-color: #32CD5C; }
span { border-color: rgb(50,205,92); }
td.TdClassName
{
border-color: #32CD5C;
}
.TagClassName
{
border-color: #32CD5C;
}
</style>