Shades of Medium Sea Green #32BC71
Tints of Medium Sea Green #32BC71
RGB
CMYK
RGB Variations
Color information
#32BC71 (or 0x32BC71) is known color: Medium Sea Green. HEX triplet: 32, BC and 71. RGB value is (50,188,113). Sum of RGB (Red+Green+Blue) = 50+188+113=351 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.25% from 351); Green value is 188 (73.83% from 255 or 53.56% from 351); Blue value is 113 (44.53% from 255 or 32.19% from 351); Max value from RGB is 188 - color contains mainly: green. Hex color #32BC71 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32BC71 is #CD438E. Grayscale: #8A8A8A. Windows color (decimal): -13452175 or 7453746. OLE color: 7453746.
HSL color Cylindrical-coordinate representation of color #32BC71: hue angle of 147.39º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #32BC71 is Cyan = 0.73, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 188 | 113 | - |
| CMYK | 0.73 | 0 | 0.40 | 0.26 |
| HSL | 147.39º | 0.58% | 0.47% | - |
| HSV(B) | 147.39º | 0.73% | 0.74% | - |
| XYZ | 22.28 | 37.84 | 21.75 | - |
| YUV | 138.19 | 113.78 | 65.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 188 | 113 | 0.73 | 0 | 0.40 | 0.26 | 147.39 | 0.58 | 0.47 |
| Hex | 32 | BC | 71 | 49 | 0 | 28 | 1A | 93 | 3A | 2F |
| Octal | 62 | 274 | 161 | 111 | 0 | 50 | 32 | 223 | 72 | 57 |
| Binary | 110010 | 10111100 | 1110001 | 1001001 | 0 | 101000 | 11010 | 10010011 | 111010 | 101111 |
Color Harmonies of #32BC71
Complementary color
Monochromatic Colors of #32BC71
Black with #32BC71
Text Example
Text Example
White with #32BC71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BC71; }
p { color: rgb(50,188,113); }
H1.HeaderClassName
{
color: #32BC71;
}
.AnyTagClassName
{
color: #32BC71;
}
</style>
background-color css
<style>
a { background-color: #32BC71; }
a { background-color: rgb(50,188,113); }
div.DivClassName
{
background-color: #32BC71;
}
.BgClassName
{
background-color: #32BC71;
}
</style>
border-color css
<style>
span { border-color: #32BC71; }
span { border-color: rgb(50,188,113); }
td.TdClassName
{
border-color: #32BC71;
}
.TagClassName
{
border-color: #32BC71;
}
</style>