Shades of Emerald #32E668
Tints of Emerald #32E668
RGB
CMYK
RGB Variations
Color information
#32E668 (or 0x32E668) is known color: Emerald. HEX triplet: 32, E6 and 68. RGB value is (50,230,104). Sum of RGB (Red+Green+Blue) = 50+230+104=384 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.02% from 384); Green value is 230 (90.23% from 255 or 59.90% from 384); Blue value is 104 (41.02% from 255 or 27.08% from 384); Max value from RGB is 230 - color contains mainly: green. Hex color #32E668 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #32E668 is #CD1997. Grayscale: #A2A2A2. Windows color (decimal): -13441432 or 6874674. OLE color: 6874674.
HSL color Cylindrical-coordinate representation of color #32E668: hue angle of 138º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32E668 is Cyan = 0.78, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 50 | 230 | 104 | - |
| CMYK | 0.78 | 0 | 0.55 | 0.10 |
| HSL | 138º | 0.78% | 0.55% | - |
| HSV(B) | 138º | 0.78% | 0.9% | - |
| XYZ | 32.11 | 58.27 | 22.65 | - |
| YUV | 161.82 | 95.37 | 48.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 230 | 104 | 0.78 | 0 | 0.55 | 0.10 | 138 | 0.78 | 0.55 |
| Hex | 32 | E6 | 68 | 4E | 0 | 37 | A | 8A | 4E | 37 |
| Octal | 62 | 346 | 150 | 116 | 0 | 67 | 12 | 212 | 116 | 67 |
| Binary | 110010 | 11100110 | 1101000 | 1001110 | 0 | 110111 | 1010 | 10001010 | 1001110 | 110111 |
Color Harmonies of #32E668
Complementary color
Monochromatic Colors of #32E668
Black with #32E668
Text Example
Text Example
White with #32E668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E668; }
p { color: rgb(50,230,104); }
H1.HeaderClassName
{
color: #32E668;
}
.AnyTagClassName
{
color: #32E668;
}
</style>
background-color css
<style>
a { background-color: #32E668; }
a { background-color: rgb(50,230,104); }
div.DivClassName
{
background-color: #32E668;
}
.BgClassName
{
background-color: #32E668;
}
</style>
border-color css
<style>
span { border-color: #32E668; }
span { border-color: rgb(50,230,104); }
td.TdClassName
{
border-color: #32E668;
}
.TagClassName
{
border-color: #32E668;
}
</style>