Shades of Medium Sea Green #32B966
Tints of Medium Sea Green #32B966
RGB
CMYK
RGB Variations
Color information
#32B966 (or 0x32B966) is known color: Medium Sea Green. HEX triplet: 32, B9 and 66. RGB value is (50,185,102). Sum of RGB (Red+Green+Blue) = 50+185+102=337 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.84% from 337); Green value is 185 (72.66% from 255 or 54.90% from 337); Blue value is 102 (40.23% from 255 or 30.27% from 337); Max value from RGB is 185 - color contains mainly: green. Hex color #32B966 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32B966 is #CD4699. Grayscale: #878787. Windows color (decimal): -13452954 or 6732082. OLE color: 6732082.
HSL color Cylindrical-coordinate representation of color #32B966: hue angle of 143.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 #32B966 is Cyan = 0.73, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 185 | 102 | - |
| CMYK | 0.73 | 0 | 0.45 | 0.27 |
| HSL | 143.11º | 0.57% | 0.46% | - |
| HSV(B) | 143.11º | 0.73% | 0.73% | - |
| XYZ | 21.06 | 36.34 | 18.47 | - |
| YUV | 135.17 | 109.27 | 67.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 185 | 102 | 0.73 | 0 | 0.45 | 0.27 | 143.11 | 0.57 | 0.46 |
| Hex | 32 | B9 | 66 | 49 | 0 | 2D | 1B | 8F | 39 | 2E |
| Octal | 62 | 271 | 146 | 111 | 0 | 55 | 33 | 217 | 71 | 56 |
| Binary | 110010 | 10111001 | 1100110 | 1001001 | 0 | 101101 | 11011 | 10001111 | 111001 | 101110 |
Color Harmonies of #32B966
Complementary color
Monochromatic Colors of #32B966
Black with #32B966
Text Example
Text Example
White with #32B966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B966; }
p { color: rgb(50,185,102); }
H1.HeaderClassName
{
color: #32B966;
}
.AnyTagClassName
{
color: #32B966;
}
</style>
background-color css
<style>
a { background-color: #32B966; }
a { background-color: rgb(50,185,102); }
div.DivClassName
{
background-color: #32B966;
}
.BgClassName
{
background-color: #32B966;
}
</style>
border-color css
<style>
span { border-color: #32B966; }
span { border-color: rgb(50,185,102); }
td.TdClassName
{
border-color: #32B966;
}
.TagClassName
{
border-color: #32B966;
}
</style>