Shades of Medium Sea Green #32C272
Tints of Medium Sea Green #32C272
RGB
CMYK
RGB Variations
Color information
#32C272 (or 0x32C272) is known color: Medium Sea Green. HEX triplet: 32, C2 and 72. RGB value is (50,194,114). Sum of RGB (Red+Green+Blue) = 50+194+114=358 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.97% from 358); Green value is 194 (76.17% from 255 or 54.19% from 358); Blue value is 114 (44.92% from 255 or 31.84% from 358); Max value from RGB is 194 - color contains mainly: green. Hex color #32C272 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32C272 is #CD3D8D. Grayscale: #8D8D8D. Windows color (decimal): -13450638 or 7520818. OLE color: 7520818.
HSL color Cylindrical-coordinate representation of color #32C272: hue angle of 146.67º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32C272 is Cyan = 0.74, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 50 | 194 | 114 | - |
| CMYK | 0.74 | 0 | 0.41 | 0.24 |
| HSL | 146.67º | 0.59% | 0.48% | - |
| HSV(B) | 146.67º | 0.74% | 0.76% | - |
| XYZ | 23.64 | 40.48 | 22.49 | - |
| YUV | 141.82 | 112.29 | 62.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 194 | 114 | 0.74 | 0 | 0.41 | 0.24 | 146.67 | 0.59 | 0.48 |
| Hex | 32 | C2 | 72 | 4A | 0 | 29 | 18 | 93 | 3B | 30 |
| Octal | 62 | 302 | 162 | 112 | 0 | 51 | 30 | 223 | 73 | 60 |
| Binary | 110010 | 11000010 | 1110010 | 1001010 | 0 | 101001 | 11000 | 10010011 | 111011 | 110000 |
Color Harmonies of #32C272
Complementary color
Monochromatic Colors of #32C272
Black with #32C272
Text Example
Text Example
White with #32C272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C272; }
p { color: rgb(50,194,114); }
H1.HeaderClassName
{
color: #32C272;
}
.AnyTagClassName
{
color: #32C272;
}
</style>
background-color css
<style>
a { background-color: #32C272; }
a { background-color: rgb(50,194,114); }
div.DivClassName
{
background-color: #32C272;
}
.BgClassName
{
background-color: #32C272;
}
</style>
border-color css
<style>
span { border-color: #32C272; }
span { border-color: rgb(50,194,114); }
td.TdClassName
{
border-color: #32C272;
}
.TagClassName
{
border-color: #32C272;
}
</style>