Shades of Medium Sea Green #32B96D
Tints of Medium Sea Green #32B96D
RGB
CMYK
RGB Variations
Color information
#32B96D (or 0x32B96D) is known color: Medium Sea Green. HEX triplet: 32, B9 and 6D. RGB value is (50,185,109). Sum of RGB (Red+Green+Blue) = 50+185+109=344 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.53% from 344); Green value is 185 (72.66% from 255 or 53.78% from 344); Blue value is 109 (42.97% from 255 or 31.69% from 344); Max value from RGB is 185 - color contains mainly: green. Hex color #32B96D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32B96D is #CD4692. Grayscale: #888888. Windows color (decimal): -13452947 or 7190834. OLE color: 7190834.
HSL color Cylindrical-coordinate representation of color #32B96D: hue angle of 146.22º 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 #32B96D is Cyan = 0.73, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 185 | 109 | - |
| CMYK | 0.73 | 0 | 0.41 | 0.27 |
| HSL | 146.22º | 0.57% | 0.46% | - |
| HSV(B) | 146.22º | 0.73% | 0.73% | - |
| XYZ | 21.42 | 36.48 | 20.38 | - |
| YUV | 135.97 | 112.77 | 66.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 185 | 109 | 0.73 | 0 | 0.41 | 0.27 | 146.22 | 0.57 | 0.46 |
| Hex | 32 | B9 | 6D | 49 | 0 | 29 | 1B | 92 | 39 | 2E |
| Octal | 62 | 271 | 155 | 111 | 0 | 51 | 33 | 222 | 71 | 56 |
| Binary | 110010 | 10111001 | 1101101 | 1001001 | 0 | 101001 | 11011 | 10010010 | 111001 | 101110 |
Color Harmonies of #32B96D
Complementary color
Monochromatic Colors of #32B96D
Black with #32B96D
Text Example
Text Example
White with #32B96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B96D; }
p { color: rgb(50,185,109); }
H1.HeaderClassName
{
color: #32B96D;
}
.AnyTagClassName
{
color: #32B96D;
}
</style>
background-color css
<style>
a { background-color: #32B96D; }
a { background-color: rgb(50,185,109); }
div.DivClassName
{
background-color: #32B96D;
}
.BgClassName
{
background-color: #32B96D;
}
</style>
border-color css
<style>
span { border-color: #32B96D; }
span { border-color: rgb(50,185,109); }
td.TdClassName
{
border-color: #32B96D;
}
.TagClassName
{
border-color: #32B96D;
}
</style>