Shades of Medium Sea Green #32BD76
Tints of Medium Sea Green #32BD76
RGB
CMYK
RGB Variations
Color information
#32BD76 (or 0x32BD76) is known color: Medium Sea Green. HEX triplet: 32, BD and 76. RGB value is (50,189,118). Sum of RGB (Red+Green+Blue) = 50+189+118=357 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.01% from 357); Green value is 189 (74.22% from 255 or 52.94% from 357); Blue value is 118 (46.48% from 255 or 33.05% from 357); Max value from RGB is 189 - color contains mainly: green. Hex color #32BD76 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32BD76 is #CD4289. Grayscale: #8B8B8B. Windows color (decimal): -13451914 or 7781682. OLE color: 7781682.
HSL color Cylindrical-coordinate representation of color #32BD76: hue angle of 149.35º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32BD76 is Cyan = 0.74, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 189 | 118 | - |
| CMYK | 0.74 | 0 | 0.38 | 0.26 |
| HSL | 149.35º | 0.58% | 0.47% | - |
| HSV(B) | 149.35º | 0.74% | 0.74% | - |
| XYZ | 22.78 | 38.38 | 23.35 | - |
| YUV | 139.35 | 115.95 | 64.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 189 | 118 | 0.74 | 0 | 0.38 | 0.26 | 149.35 | 0.58 | 0.47 |
| Hex | 32 | BD | 76 | 4A | 0 | 26 | 1A | 95 | 3A | 2F |
| Octal | 62 | 275 | 166 | 112 | 0 | 46 | 32 | 225 | 72 | 57 |
| Binary | 110010 | 10111101 | 1110110 | 1001010 | 0 | 100110 | 11010 | 10010101 | 111010 | 101111 |
Color Harmonies of #32BD76
Complementary color
Monochromatic Colors of #32BD76
Black with #32BD76
Text Example
Text Example
White with #32BD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BD76; }
p { color: rgb(50,189,118); }
H1.HeaderClassName
{
color: #32BD76;
}
.AnyTagClassName
{
color: #32BD76;
}
</style>
background-color css
<style>
a { background-color: #32BD76; }
a { background-color: rgb(50,189,118); }
div.DivClassName
{
background-color: #32BD76;
}
.BgClassName
{
background-color: #32BD76;
}
</style>
border-color css
<style>
span { border-color: #32BD76; }
span { border-color: rgb(50,189,118); }
td.TdClassName
{
border-color: #32BD76;
}
.TagClassName
{
border-color: #32BD76;
}
</style>