Shades of Medium Sea Green #32CD6D
Tints of Medium Sea Green #32CD6D
RGB
CMYK
RGB Variations
Color information
#32CD6D (or 0x32CD6D) is known color: Medium Sea Green. HEX triplet: 32, CD and 6D. RGB value is (50,205,109). Sum of RGB (Red+Green+Blue) = 50+205+109=364 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.74% from 364); Green value is 205 (80.47% from 255 or 56.32% from 364); Blue value is 109 (42.97% from 255 or 29.95% from 364); Max value from RGB is 205 - color contains mainly: green. Hex color #32CD6D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32CD6D is #CD3292. Grayscale: #939393. Windows color (decimal): -13447827 or 7195954. OLE color: 7195954.
HSL color Cylindrical-coordinate representation of color #32CD6D: hue angle of 142.84º 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 #32CD6D is Cyan = 0.76, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 50 | 205 | 109 | - |
| CMYK | 0.76 | 0 | 0.47 | 0.20 |
| HSL | 142.84º | 0.61% | 0.5% | - |
| HSV(B) | 142.84º | 0.76% | 0.8% | - |
| XYZ | 25.91 | 45.44 | 21.87 | - |
| YUV | 147.71 | 106.15 | 58.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 205 | 109 | 0.76 | 0 | 0.47 | 0.20 | 142.84 | 0.61 | 0.5 |
| Hex | 32 | CD | 6D | 4C | 0 | 2F | 14 | 8F | 3D | 32 |
| Octal | 62 | 315 | 155 | 114 | 0 | 57 | 24 | 217 | 75 | 62 |
| Binary | 110010 | 11001101 | 1101101 | 1001100 | 0 | 101111 | 10100 | 10001111 | 111101 | 110010 |
Color Harmonies of #32CD6D
Complementary color
Monochromatic Colors of #32CD6D
Black with #32CD6D
Text Example
Text Example
White with #32CD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CD6D; }
p { color: rgb(50,205,109); }
H1.HeaderClassName
{
color: #32CD6D;
}
.AnyTagClassName
{
color: #32CD6D;
}
</style>
background-color css
<style>
a { background-color: #32CD6D; }
a { background-color: rgb(50,205,109); }
div.DivClassName
{
background-color: #32CD6D;
}
.BgClassName
{
background-color: #32CD6D;
}
</style>
border-color css
<style>
span { border-color: #32CD6D; }
span { border-color: rgb(50,205,109); }
td.TdClassName
{
border-color: #32CD6D;
}
.TagClassName
{
border-color: #32CD6D;
}
</style>