Shades of Medium Sea Green #32B96F
Tints of Medium Sea Green #32B96F
RGB
CMYK
RGB Variations
Color information
#32B96F (or 0x32B96F) is known color: Medium Sea Green. HEX triplet: 32, B9 and 6F. RGB value is (50,185,111). Sum of RGB (Red+Green+Blue) = 50+185+111=346 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.45% from 346); Green value is 185 (72.66% from 255 or 53.47% from 346); Blue value is 111 (43.75% from 255 or 32.08% from 346); Max value from RGB is 185 - color contains mainly: green. Hex color #32B96F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32B96F is #CD4690. Grayscale: #888888. Windows color (decimal): -13452945 or 7321906. OLE color: 7321906.
HSL color Cylindrical-coordinate representation of color #32B96F: hue angle of 147.11º degrees, saturation: 0.57, 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 #32B96F is Cyan = 0.73, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 185 | 111 | - |
| CMYK | 0.73 | 0 | 0.4 | 0.27 |
| HSL | 147.11º | 0.57% | 0.46% | - |
| HSV(B) | 147.11º | 0.73% | 0.73% | - |
| XYZ | 21.53 | 36.52 | 20.95 | - |
| YUV | 136.2 | 113.77 | 66.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 185 | 111 | 0.73 | 0 | 0.4 | 0.27 | 147.11 | 0.57 | 0.46 |
| Hex | 32 | B9 | 6F | 49 | 0 | 28 | 1B | 93 | 39 | 2E |
| Octal | 62 | 271 | 157 | 111 | 0 | 50 | 33 | 223 | 71 | 56 |
| Binary | 110010 | 10111001 | 1101111 | 1001001 | 0 | 101000 | 11011 | 10010011 | 111001 | 101110 |
Color Harmonies of #32B96F
Complementary color
Monochromatic Colors of #32B96F
Black with #32B96F
Text Example
Text Example
White with #32B96F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B96F; }
p { color: rgb(50,185,111); }
H1.HeaderClassName
{
color: #32B96F;
}
.AnyTagClassName
{
color: #32B96F;
}
</style>
background-color css
<style>
a { background-color: #32B96F; }
a { background-color: rgb(50,185,111); }
div.DivClassName
{
background-color: #32B96F;
}
.BgClassName
{
background-color: #32B96F;
}
</style>
border-color css
<style>
span { border-color: #32B96F; }
span { border-color: rgb(50,185,111); }
td.TdClassName
{
border-color: #32B96F;
}
.TagClassName
{
border-color: #32B96F;
}
</style>