Shades of Medium Sea Green #32BA71
Tints of Medium Sea Green #32BA71
RGB
CMYK
RGB Variations
Color information
#32BA71 (or 0x32BA71) is known color: Medium Sea Green. HEX triplet: 32, BA and 71. RGB value is (50,186,113). Sum of RGB (Red+Green+Blue) = 50+186+113=349 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.33% from 349); Green value is 186 (73.05% from 255 or 53.30% from 349); Blue value is 113 (44.53% from 255 or 32.38% from 349); Max value from RGB is 186 - color contains mainly: green. Hex color #32BA71 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32BA71 is #CD458E. Grayscale: #898989. Windows color (decimal): -13452687 or 7453234. OLE color: 7453234.
HSL color Cylindrical-coordinate representation of color #32BA71: hue angle of 147.79º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #32BA71 is Cyan = 0.73, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 186 | 113 | - |
| CMYK | 0.73 | 0 | 0.39 | 0.27 |
| HSL | 147.79º | 0.58% | 0.46% | - |
| HSV(B) | 147.79º | 0.73% | 0.73% | - |
| XYZ | 21.85 | 36.99 | 21.61 | - |
| YUV | 137.01 | 114.44 | 65.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 186 | 113 | 0.73 | 0 | 0.39 | 0.27 | 147.79 | 0.58 | 0.46 |
| Hex | 32 | BA | 71 | 49 | 0 | 27 | 1B | 94 | 3A | 2E |
| Octal | 62 | 272 | 161 | 111 | 0 | 47 | 33 | 224 | 72 | 56 |
| Binary | 110010 | 10111010 | 1110001 | 1001001 | 0 | 100111 | 11011 | 10010100 | 111010 | 101110 |
Color Harmonies of #32BA71
Complementary color
Monochromatic Colors of #32BA71
Black with #32BA71
Text Example
Text Example
White with #32BA71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BA71; }
p { color: rgb(50,186,113); }
H1.HeaderClassName
{
color: #32BA71;
}
.AnyTagClassName
{
color: #32BA71;
}
</style>
background-color css
<style>
a { background-color: #32BA71; }
a { background-color: rgb(50,186,113); }
div.DivClassName
{
background-color: #32BA71;
}
.BgClassName
{
background-color: #32BA71;
}
</style>
border-color css
<style>
span { border-color: #32BA71; }
span { border-color: rgb(50,186,113); }
td.TdClassName
{
border-color: #32BA71;
}
.TagClassName
{
border-color: #32BA71;
}
</style>