Shades of Medium Sea Green #32C46F
Tints of Medium Sea Green #32C46F
RGB
CMYK
RGB Variations
Color information
#32C46F (or 0x32C46F) is known color: Medium Sea Green. HEX triplet: 32, C4 and 6F. RGB value is (50,196,111). Sum of RGB (Red+Green+Blue) = 50+196+111=357 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.01% from 357); Green value is 196 (76.95% from 255 or 54.90% from 357); Blue value is 111 (43.75% from 255 or 31.09% from 357); Max value from RGB is 196 - color contains mainly: green. Hex color #32C46F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32C46F is #CD3B90. Grayscale: #8E8E8E. Windows color (decimal): -13450129 or 7324722. OLE color: 7324722.
HSL color Cylindrical-coordinate representation of color #32C46F: hue angle of 145.07º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32C46F is Cyan = 0.74, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 50 | 196 | 111 | - |
| CMYK | 0.74 | 0 | 0.43 | 0.23 |
| HSL | 145.07º | 0.59% | 0.48% | - |
| HSV(B) | 145.07º | 0.74% | 0.77% | - |
| XYZ | 23.92 | 41.31 | 21.75 | - |
| YUV | 142.66 | 110.13 | 61.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 196 | 111 | 0.74 | 0 | 0.43 | 0.23 | 145.07 | 0.59 | 0.48 |
| Hex | 32 | C4 | 6F | 4A | 0 | 2B | 17 | 91 | 3B | 30 |
| Octal | 62 | 304 | 157 | 112 | 0 | 53 | 27 | 221 | 73 | 60 |
| Binary | 110010 | 11000100 | 1101111 | 1001010 | 0 | 101011 | 10111 | 10010001 | 111011 | 110000 |
Color Harmonies of #32C46F
Complementary color
Monochromatic Colors of #32C46F
Black with #32C46F
Text Example
Text Example
White with #32C46F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C46F; }
p { color: rgb(50,196,111); }
H1.HeaderClassName
{
color: #32C46F;
}
.AnyTagClassName
{
color: #32C46F;
}
</style>
background-color css
<style>
a { background-color: #32C46F; }
a { background-color: rgb(50,196,111); }
div.DivClassName
{
background-color: #32C46F;
}
.BgClassName
{
background-color: #32C46F;
}
</style>
border-color css
<style>
span { border-color: #32C46F; }
span { border-color: rgb(50,196,111); }
td.TdClassName
{
border-color: #32C46F;
}
.TagClassName
{
border-color: #32C46F;
}
</style>