Shades of Medium Sea Green #32BE78
Tints of Medium Sea Green #32BE78
RGB
CMYK
RGB Variations
Color information
#32BE78 (or 0x32BE78) is known color: Medium Sea Green. HEX triplet: 32, BE and 78. RGB value is (50,190,120). Sum of RGB (Red+Green+Blue) = 50+190+120=360 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.89% from 360); Green value is 190 (74.61% from 255 or 52.78% from 360); Blue value is 120 (47.27% from 255 or 33.33% from 360); Max value from RGB is 190 - color contains mainly: green. Hex color #32BE78 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32BE78 is #CD4187. Grayscale: #8C8C8C. Windows color (decimal): -13451656 or 7913010. OLE color: 7913010.
HSL color Cylindrical-coordinate representation of color #32BE78: hue angle of 150º 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 #32BE78 is Cyan = 0.74, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 190 | 120 | - |
| CMYK | 0.74 | 0 | 0.37 | 0.25 |
| HSL | 150º | 0.58% | 0.47% | - |
| HSV(B) | 150º | 0.74% | 0.75% | - |
| XYZ | 23.12 | 38.86 | 24.05 | - |
| YUV | 140.16 | 116.62 | 63.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 190 | 120 | 0.74 | 0 | 0.37 | 0.25 | 150 | 0.58 | 0.47 |
| Hex | 32 | BE | 78 | 4A | 0 | 25 | 19 | 96 | 3A | 2F |
| Octal | 62 | 276 | 170 | 112 | 0 | 45 | 31 | 226 | 72 | 57 |
| Binary | 110010 | 10111110 | 1111000 | 1001010 | 0 | 100101 | 11001 | 10010110 | 111010 | 101111 |
Color Harmonies of #32BE78
Complementary color
Monochromatic Colors of #32BE78
Black with #32BE78
Text Example
Text Example
White with #32BE78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BE78; }
p { color: rgb(50,190,120); }
H1.HeaderClassName
{
color: #32BE78;
}
.AnyTagClassName
{
color: #32BE78;
}
</style>
background-color css
<style>
a { background-color: #32BE78; }
a { background-color: rgb(50,190,120); }
div.DivClassName
{
background-color: #32BE78;
}
.BgClassName
{
background-color: #32BE78;
}
</style>
border-color css
<style>
span { border-color: #32BE78; }
span { border-color: rgb(50,190,120); }
td.TdClassName
{
border-color: #32BE78;
}
.TagClassName
{
border-color: #32BE78;
}
</style>