Shades of Medium Sea Green #32C46A
Tints of Medium Sea Green #32C46A
RGB
CMYK
RGB Variations
Color information
#32C46A (or 0x32C46A) is known color: Medium Sea Green. HEX triplet: 32, C4 and 6A. RGB value is (50,196,106). Sum of RGB (Red+Green+Blue) = 50+196+106=352 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.20% from 352); Green value is 196 (76.95% from 255 or 55.68% from 352); Blue value is 106 (41.80% from 255 or 30.11% from 352); Max value from RGB is 196 - color contains mainly: green. Hex color #32C46A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32C46A is #CD3B95. Grayscale: #8E8E8E. Windows color (decimal): -13450134 or 6997042. OLE color: 6997042.
HSL color Cylindrical-coordinate representation of color #32C46A: hue angle of 143.01º 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 #32C46A is Cyan = 0.74, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 50 | 196 | 106 | - |
| CMYK | 0.74 | 0 | 0.46 | 0.23 |
| HSL | 143.01º | 0.59% | 0.48% | - |
| HSV(B) | 143.01º | 0.74% | 0.77% | - |
| XYZ | 23.66 | 41.2 | 20.34 | - |
| YUV | 142.09 | 107.63 | 62.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 196 | 106 | 0.74 | 0 | 0.46 | 0.23 | 143.01 | 0.59 | 0.48 |
| Hex | 32 | C4 | 6A | 4A | 0 | 2E | 17 | 8F | 3B | 30 |
| Octal | 62 | 304 | 152 | 112 | 0 | 56 | 27 | 217 | 73 | 60 |
| Binary | 110010 | 11000100 | 1101010 | 1001010 | 0 | 101110 | 10111 | 10001111 | 111011 | 110000 |
Color Harmonies of #32C46A
Complementary color
Monochromatic Colors of #32C46A
Black with #32C46A
Text Example
Text Example
White with #32C46A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C46A; }
p { color: rgb(50,196,106); }
H1.HeaderClassName
{
color: #32C46A;
}
.AnyTagClassName
{
color: #32C46A;
}
</style>
background-color css
<style>
a { background-color: #32C46A; }
a { background-color: rgb(50,196,106); }
div.DivClassName
{
background-color: #32C46A;
}
.BgClassName
{
background-color: #32C46A;
}
</style>
border-color css
<style>
span { border-color: #32C46A; }
span { border-color: rgb(50,196,106); }
td.TdClassName
{
border-color: #32C46A;
}
.TagClassName
{
border-color: #32C46A;
}
</style>