Shades of Medium Sea Green #32BB74
Tints of Medium Sea Green #32BB74
RGB
CMYK
RGB Variations
Color information
#32BB74 (or 0x32BB74) is known color: Medium Sea Green. HEX triplet: 32, BB and 74. RGB value is (50,187,116). Sum of RGB (Red+Green+Blue) = 50+187+116=353 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.16% from 353); Green value is 187 (73.44% from 255 or 52.97% from 353); Blue value is 116 (45.70% from 255 or 32.86% from 353); Max value from RGB is 187 - color contains mainly: green. Hex color #32BB74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32BB74 is #CD448B. Grayscale: #8A8A8A. Windows color (decimal): -13452428 or 7650098. OLE color: 7650098.
HSL color Cylindrical-coordinate representation of color #32BB74: hue angle of 148.91º 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 #32BB74 is Cyan = 0.73, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 187 | 116 | - |
| CMYK | 0.73 | 0 | 0.38 | 0.27 |
| HSL | 148.91º | 0.58% | 0.46% | - |
| HSV(B) | 148.91º | 0.73% | 0.73% | - |
| XYZ | 22.24 | 37.48 | 22.59 | - |
| YUV | 137.94 | 115.61 | 65.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 187 | 116 | 0.73 | 0 | 0.38 | 0.27 | 148.91 | 0.58 | 0.46 |
| Hex | 32 | BB | 74 | 49 | 0 | 26 | 1B | 95 | 3A | 2E |
| Octal | 62 | 273 | 164 | 111 | 0 | 46 | 33 | 225 | 72 | 56 |
| Binary | 110010 | 10111011 | 1110100 | 1001001 | 0 | 100110 | 11011 | 10010101 | 111010 | 101110 |
Color Harmonies of #32BB74
Complementary color
Monochromatic Colors of #32BB74
Black with #32BB74
Text Example
Text Example
White with #32BB74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BB74; }
p { color: rgb(50,187,116); }
H1.HeaderClassName
{
color: #32BB74;
}
.AnyTagClassName
{
color: #32BB74;
}
</style>
background-color css
<style>
a { background-color: #32BB74; }
a { background-color: rgb(50,187,116); }
div.DivClassName
{
background-color: #32BB74;
}
.BgClassName
{
background-color: #32BB74;
}
</style>
border-color css
<style>
span { border-color: #32BB74; }
span { border-color: rgb(50,187,116); }
td.TdClassName
{
border-color: #32BB74;
}
.TagClassName
{
border-color: #32BB74;
}
</style>