Shades of Emerald #32E168
Tints of Emerald #32E168
RGB
CMYK
RGB Variations
Color information
#32E168 (or 0x32E168) is known color: Emerald. HEX triplet: 32, E1 and 68. RGB value is (50,225,104). Sum of RGB (Red+Green+Blue) = 50+225+104=379 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.19% from 379); Green value is 225 (88.28% from 255 or 59.37% from 379); Blue value is 104 (41.02% from 255 or 27.44% from 379); Max value from RGB is 225 - color contains mainly: green. Hex color #32E168 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32E168 is #CD1E97. Grayscale: #9F9F9F. Windows color (decimal): -13442712 or 6873394. OLE color: 6873394.
HSL color Cylindrical-coordinate representation of color #32E168: hue angle of 138.51º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32E168 is Cyan = 0.78, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 50 | 225 | 104 | - |
| CMYK | 0.78 | 0 | 0.54 | 0.12 |
| HSL | 138.51º | 0.74% | 0.54% | - |
| HSV(B) | 138.51º | 0.78% | 0.88% | - |
| XYZ | 30.74 | 55.53 | 22.19 | - |
| YUV | 158.88 | 97.02 | 50.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 225 | 104 | 0.78 | 0 | 0.54 | 0.12 | 138.51 | 0.74 | 0.54 |
| Hex | 32 | E1 | 68 | 4E | 0 | 36 | C | 8B | 4A | 36 |
| Octal | 62 | 341 | 150 | 116 | 0 | 66 | 14 | 213 | 112 | 66 |
| Binary | 110010 | 11100001 | 1101000 | 1001110 | 0 | 110110 | 1100 | 10001011 | 1001010 | 110110 |
Color Harmonies of #32E168
Complementary color
Monochromatic Colors of #32E168
Black with #32E168
Text Example
Text Example
White with #32E168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E168; }
p { color: rgb(50,225,104); }
H1.HeaderClassName
{
color: #32E168;
}
.AnyTagClassName
{
color: #32E168;
}
</style>
background-color css
<style>
a { background-color: #32E168; }
a { background-color: rgb(50,225,104); }
div.DivClassName
{
background-color: #32E168;
}
.BgClassName
{
background-color: #32E168;
}
</style>
border-color css
<style>
span { border-color: #32E168; }
span { border-color: rgb(50,225,104); }
td.TdClassName
{
border-color: #32E168;
}
.TagClassName
{
border-color: #32E168;
}
</style>