Shades of Medium Sea Green #32CD68
Tints of Medium Sea Green #32CD68
RGB
CMYK
RGB Variations
Color information
#32CD68 (or 0x32CD68) is known color: Medium Sea Green. HEX triplet: 32, CD and 68. RGB value is (50,205,104). Sum of RGB (Red+Green+Blue) = 50+205+104=359 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.93% from 359); Green value is 205 (80.47% from 255 or 57.10% from 359); Blue value is 104 (41.02% from 255 or 28.97% from 359); Max value from RGB is 205 - color contains mainly: green. Hex color #32CD68 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32CD68 is #CD3297. Grayscale: #939393. Windows color (decimal): -13447832 or 6868274. OLE color: 6868274.
HSL color Cylindrical-coordinate representation of color #32CD68: hue angle of 140.9º 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 #32CD68 is Cyan = 0.76, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 50 | 205 | 104 | - |
| CMYK | 0.76 | 0 | 0.49 | 0.20 |
| HSL | 140.9º | 0.61% | 0.5% | - |
| HSV(B) | 140.9º | 0.76% | 0.8% | - |
| XYZ | 25.65 | 45.34 | 20.5 | - |
| YUV | 147.14 | 103.65 | 58.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 205 | 104 | 0.76 | 0 | 0.49 | 0.20 | 140.9 | 0.61 | 0.5 |
| Hex | 32 | CD | 68 | 4C | 0 | 31 | 14 | 8D | 3D | 32 |
| Octal | 62 | 315 | 150 | 114 | 0 | 61 | 24 | 215 | 75 | 62 |
| Binary | 110010 | 11001101 | 1101000 | 1001100 | 0 | 110001 | 10100 | 10001101 | 111101 | 110010 |
Color Harmonies of #32CD68
Complementary color
Monochromatic Colors of #32CD68
Black with #32CD68
Text Example
Text Example
White with #32CD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CD68; }
p { color: rgb(50,205,104); }
H1.HeaderClassName
{
color: #32CD68;
}
.AnyTagClassName
{
color: #32CD68;
}
</style>
background-color css
<style>
a { background-color: #32CD68; }
a { background-color: rgb(50,205,104); }
div.DivClassName
{
background-color: #32CD68;
}
.BgClassName
{
background-color: #32CD68;
}
</style>
border-color css
<style>
span { border-color: #32CD68; }
span { border-color: rgb(50,205,104); }
td.TdClassName
{
border-color: #32CD68;
}
.TagClassName
{
border-color: #32CD68;
}
</style>