Shades of Medium Sea Green #32C274
Tints of Medium Sea Green #32C274
RGB
CMYK
RGB Variations
Color information
#32C274 (or 0x32C274) is known color: Medium Sea Green. HEX triplet: 32, C2 and 74. RGB value is (50,194,116). Sum of RGB (Red+Green+Blue) = 50+194+116=360 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.89% from 360); Green value is 194 (76.17% from 255 or 53.89% from 360); Blue value is 116 (45.70% from 255 or 32.22% from 360); Max value from RGB is 194 - color contains mainly: green. Hex color #32C274 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32C274 is #CD3D8B. Grayscale: #8E8E8E. Windows color (decimal): -13450636 or 7651890. OLE color: 7651890.
HSL color Cylindrical-coordinate representation of color #32C274: hue angle of 147.5º 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 #32C274 is Cyan = 0.74, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 50 | 194 | 116 | - |
| CMYK | 0.74 | 0 | 0.40 | 0.24 |
| HSL | 147.5º | 0.59% | 0.48% | - |
| HSV(B) | 147.5º | 0.74% | 0.76% | - |
| XYZ | 23.76 | 40.52 | 23.09 | - |
| YUV | 142.05 | 113.29 | 62.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 194 | 116 | 0.74 | 0 | 0.40 | 0.24 | 147.5 | 0.59 | 0.48 |
| Hex | 32 | C2 | 74 | 4A | 0 | 28 | 18 | 94 | 3B | 30 |
| Octal | 62 | 302 | 164 | 112 | 0 | 50 | 30 | 224 | 73 | 60 |
| Binary | 110010 | 11000010 | 1110100 | 1001010 | 0 | 101000 | 11000 | 10010100 | 111011 | 110000 |
Color Harmonies of #32C274
Complementary color
Monochromatic Colors of #32C274
Black with #32C274
Text Example
Text Example
White with #32C274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C274; }
p { color: rgb(50,194,116); }
H1.HeaderClassName
{
color: #32C274;
}
.AnyTagClassName
{
color: #32C274;
}
</style>
background-color css
<style>
a { background-color: #32C274; }
a { background-color: rgb(50,194,116); }
div.DivClassName
{
background-color: #32C274;
}
.BgClassName
{
background-color: #32C274;
}
</style>
border-color css
<style>
span { border-color: #32C274; }
span { border-color: rgb(50,194,116); }
td.TdClassName
{
border-color: #32C274;
}
.TagClassName
{
border-color: #32C274;
}
</style>