Shades of Medium Sea Green #32BE76
Tints of Medium Sea Green #32BE76
RGB
CMYK
RGB Variations
Color information
#32BE76 (or 0x32BE76) is known color: Medium Sea Green. HEX triplet: 32, BE and 76. RGB value is (50,190,118). Sum of RGB (Red+Green+Blue) = 50+190+118=358 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.97% from 358); Green value is 190 (74.61% from 255 or 53.07% from 358); Blue value is 118 (46.48% from 255 or 32.96% from 358); Max value from RGB is 190 - color contains mainly: green. Hex color #32BE76 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32BE76 is #CD4189. Grayscale: #8C8C8C. Windows color (decimal): -13451658 or 7781938. OLE color: 7781938.
HSL color Cylindrical-coordinate representation of color #32BE76: hue angle of 149.14º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32BE76 is Cyan = 0.74, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 190 | 118 | - |
| CMYK | 0.74 | 0 | 0.38 | 0.25 |
| HSL | 149.14º | 0.58% | 0.47% | - |
| HSV(B) | 149.14º | 0.74% | 0.75% | - |
| XYZ | 23 | 38.81 | 23.42 | - |
| YUV | 139.93 | 115.62 | 63.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 190 | 118 | 0.74 | 0 | 0.38 | 0.25 | 149.14 | 0.58 | 0.47 |
| Hex | 32 | BE | 76 | 4A | 0 | 26 | 19 | 95 | 3A | 2F |
| Octal | 62 | 276 | 166 | 112 | 0 | 46 | 31 | 225 | 72 | 57 |
| Binary | 110010 | 10111110 | 1110110 | 1001010 | 0 | 100110 | 11001 | 10010101 | 111010 | 101111 |
Color Harmonies of #32BE76
Complementary color
Monochromatic Colors of #32BE76
Black with #32BE76
Text Example
Text Example
White with #32BE76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BE76; }
p { color: rgb(50,190,118); }
H1.HeaderClassName
{
color: #32BE76;
}
.AnyTagClassName
{
color: #32BE76;
}
</style>
background-color css
<style>
a { background-color: #32BE76; }
a { background-color: rgb(50,190,118); }
div.DivClassName
{
background-color: #32BE76;
}
.BgClassName
{
background-color: #32BE76;
}
</style>
border-color css
<style>
span { border-color: #32BE76; }
span { border-color: rgb(50,190,118); }
td.TdClassName
{
border-color: #32BE76;
}
.TagClassName
{
border-color: #32BE76;
}
</style>