Shades of Medium Sea Green #32C473
Tints of Medium Sea Green #32C473
RGB
CMYK
RGB Variations
Color information
#32C473 (or 0x32C473) is known color: Medium Sea Green. HEX triplet: 32, C4 and 73. RGB value is (50,196,115). Sum of RGB (Red+Green+Blue) = 50+196+115=361 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.85% from 361); Green value is 196 (76.95% from 255 or 54.29% from 361); Blue value is 115 (45.31% from 255 or 31.86% from 361); Max value from RGB is 196 - color contains mainly: green. Hex color #32C473 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32C473 is #CD3B8C. Grayscale: #8F8F8F. Windows color (decimal): -13450125 or 7586866. OLE color: 7586866.
HSL color Cylindrical-coordinate representation of color #32C473: hue angle of 146.71º 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 #32C473 is Cyan = 0.74, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 50 | 196 | 115 | - |
| CMYK | 0.74 | 0 | 0.41 | 0.23 |
| HSL | 146.71º | 0.59% | 0.48% | - |
| HSV(B) | 146.71º | 0.74% | 0.77% | - |
| XYZ | 24.15 | 41.4 | 22.94 | - |
| YUV | 143.11 | 112.13 | 61.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 196 | 115 | 0.74 | 0 | 0.41 | 0.23 | 146.71 | 0.59 | 0.48 |
| Hex | 32 | C4 | 73 | 4A | 0 | 29 | 17 | 93 | 3B | 30 |
| Octal | 62 | 304 | 163 | 112 | 0 | 51 | 27 | 223 | 73 | 60 |
| Binary | 110010 | 11000100 | 1110011 | 1001010 | 0 | 101001 | 10111 | 10010011 | 111011 | 110000 |
Color Harmonies of #32C473
Complementary color
Monochromatic Colors of #32C473
Black with #32C473
Text Example
Text Example
White with #32C473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C473; }
p { color: rgb(50,196,115); }
H1.HeaderClassName
{
color: #32C473;
}
.AnyTagClassName
{
color: #32C473;
}
</style>
background-color css
<style>
a { background-color: #32C473; }
a { background-color: rgb(50,196,115); }
div.DivClassName
{
background-color: #32C473;
}
.BgClassName
{
background-color: #32C473;
}
</style>
border-color css
<style>
span { border-color: #32C473; }
span { border-color: rgb(50,196,115); }
td.TdClassName
{
border-color: #32C473;
}
.TagClassName
{
border-color: #32C473;
}
</style>