Shades of Medium Sea Green #32BC76
Tints of Medium Sea Green #32BC76
RGB
CMYK
RGB Variations
Color information
#32BC76 (or 0x32BC76) is known color: Medium Sea Green. HEX triplet: 32, BC and 76. RGB value is (50,188,118). Sum of RGB (Red+Green+Blue) = 50+188+118=356 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.04% from 356); Green value is 188 (73.83% from 255 or 52.81% from 356); Blue value is 118 (46.48% from 255 or 33.15% from 356); Max value from RGB is 188 - color contains mainly: green. Hex color #32BC76 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32BC76 is #CD4389. Grayscale: #8A8A8A. Windows color (decimal): -13452170 or 7781426. OLE color: 7781426.
HSL color Cylindrical-coordinate representation of color #32BC76: hue angle of 149.57º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #32BC76 is Cyan = 0.73, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 188 | 118 | - |
| CMYK | 0.73 | 0 | 0.37 | 0.26 |
| HSL | 149.57º | 0.58% | 0.47% | - |
| HSV(B) | 149.57º | 0.73% | 0.74% | - |
| XYZ | 22.57 | 37.95 | 23.28 | - |
| YUV | 138.76 | 116.28 | 64.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 188 | 118 | 0.73 | 0 | 0.37 | 0.26 | 149.57 | 0.58 | 0.47 |
| Hex | 32 | BC | 76 | 49 | 0 | 25 | 1A | 96 | 3A | 2F |
| Octal | 62 | 274 | 166 | 111 | 0 | 45 | 32 | 226 | 72 | 57 |
| Binary | 110010 | 10111100 | 1110110 | 1001001 | 0 | 100101 | 11010 | 10010110 | 111010 | 101111 |
Color Harmonies of #32BC76
Complementary color
Monochromatic Colors of #32BC76
Black with #32BC76
Text Example
Text Example
White with #32BC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BC76; }
p { color: rgb(50,188,118); }
H1.HeaderClassName
{
color: #32BC76;
}
.AnyTagClassName
{
color: #32BC76;
}
</style>
background-color css
<style>
a { background-color: #32BC76; }
a { background-color: rgb(50,188,118); }
div.DivClassName
{
background-color: #32BC76;
}
.BgClassName
{
background-color: #32BC76;
}
</style>
border-color css
<style>
span { border-color: #32BC76; }
span { border-color: rgb(50,188,118); }
td.TdClassName
{
border-color: #32BC76;
}
.TagClassName
{
border-color: #32BC76;
}
</style>