Shades of Medium Sea Green #32BB76
Tints of Medium Sea Green #32BB76
RGB
CMYK
RGB Variations
Color information
#32BB76 (or 0x32BB76) is known color: Medium Sea Green. HEX triplet: 32, BB and 76. RGB value is (50,187,118). Sum of RGB (Red+Green+Blue) = 50+187+118=355 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.08% from 355); Green value is 187 (73.44% from 255 or 52.68% from 355); Blue value is 118 (46.48% from 255 or 33.24% from 355); Max value from RGB is 187 - color contains mainly: green. Hex color #32BB76 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32BB76 is #CD4489. Grayscale: #8A8A8A. Windows color (decimal): -13452426 or 7781170. OLE color: 7781170.
HSL color Cylindrical-coordinate representation of color #32BB76: hue angle of 149.78º 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 #32BB76 is Cyan = 0.73, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 187 | 118 | - |
| CMYK | 0.73 | 0 | 0.37 | 0.27 |
| HSL | 149.78º | 0.58% | 0.46% | - |
| HSV(B) | 149.78º | 0.73% | 0.73% | - |
| XYZ | 22.36 | 37.53 | 23.2 | - |
| YUV | 138.17 | 116.61 | 65.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 187 | 118 | 0.73 | 0 | 0.37 | 0.27 | 149.78 | 0.58 | 0.46 |
| Hex | 32 | BB | 76 | 49 | 0 | 25 | 1B | 96 | 3A | 2E |
| Octal | 62 | 273 | 166 | 111 | 0 | 45 | 33 | 226 | 72 | 56 |
| Binary | 110010 | 10111011 | 1110110 | 1001001 | 0 | 100101 | 11011 | 10010110 | 111010 | 101110 |
Color Harmonies of #32BB76
Complementary color
Monochromatic Colors of #32BB76
Black with #32BB76
Text Example
Text Example
White with #32BB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BB76; }
p { color: rgb(50,187,118); }
H1.HeaderClassName
{
color: #32BB76;
}
.AnyTagClassName
{
color: #32BB76;
}
</style>
background-color css
<style>
a { background-color: #32BB76; }
a { background-color: rgb(50,187,118); }
div.DivClassName
{
background-color: #32BB76;
}
.BgClassName
{
background-color: #32BB76;
}
</style>
border-color css
<style>
span { border-color: #32BB76; }
span { border-color: rgb(50,187,118); }
td.TdClassName
{
border-color: #32BB76;
}
.TagClassName
{
border-color: #32BB76;
}
</style>