Shades of Medium Sea Green #32C27F
Tints of Medium Sea Green #32C27F
RGB
CMYK
RGB Variations
Color information
#32C27F (or 0x32C27F) is known color: Medium Sea Green. HEX triplet: 32, C2 and 7F. RGB value is (50,194,127). Sum of RGB (Red+Green+Blue) = 50+194+127=371 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.48% from 371); Green value is 194 (76.17% from 255 or 52.29% from 371); Blue value is 127 (50% from 255 or 34.23% from 371); Max value from RGB is 194 - color contains mainly: green. Hex color #32C27F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32C27F is #CD3D80. Grayscale: #8F8F8F. Windows color (decimal): -13450625 or 8372786. OLE color: 8372786.
HSL color Cylindrical-coordinate representation of color #32C27F: hue angle of 152.08º 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 #32C27F is Cyan = 0.74, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 50 | 194 | 127 | - |
| CMYK | 0.74 | 0 | 0.35 | 0.24 |
| HSL | 152.08º | 0.59% | 0.48% | - |
| HSV(B) | 152.08º | 0.74% | 0.76% | - |
| XYZ | 24.44 | 40.79 | 26.66 | - |
| YUV | 143.31 | 118.79 | 61.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 194 | 127 | 0.74 | 0 | 0.35 | 0.24 | 152.08 | 0.59 | 0.48 |
| Hex | 32 | C2 | 7F | 4A | 0 | 23 | 18 | 98 | 3B | 30 |
| Octal | 62 | 302 | 177 | 112 | 0 | 43 | 30 | 230 | 73 | 60 |
| Binary | 110010 | 11000010 | 1111111 | 1001010 | 0 | 100011 | 11000 | 10011000 | 111011 | 110000 |
Color Harmonies of #32C27F
Complementary color
Monochromatic Colors of #32C27F
Black with #32C27F
Text Example
Text Example
White with #32C27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C27F; }
p { color: rgb(50,194,127); }
H1.HeaderClassName
{
color: #32C27F;
}
.AnyTagClassName
{
color: #32C27F;
}
</style>
background-color css
<style>
a { background-color: #32C27F; }
a { background-color: rgb(50,194,127); }
div.DivClassName
{
background-color: #32C27F;
}
.BgClassName
{
background-color: #32C27F;
}
</style>
border-color css
<style>
span { border-color: #32C27F; }
span { border-color: rgb(50,194,127); }
td.TdClassName
{
border-color: #32C27F;
}
.TagClassName
{
border-color: #32C27F;
}
</style>