Shades of Elf Green #168E80
Tints of Elf Green #168E80
RGB
CMYK
RGB Variations
Color information
#168E80 (or 0x168E80) is known color: Elf Green. HEX triplet: 16, 8E and 80. RGB value is (22,142,128). Sum of RGB (Red+Green+Blue) = 22+142+128=292 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.53% from 292); Green value is 142 (55.86% from 255 or 48.63% from 292); Blue value is 128 (50.39% from 255 or 43.84% from 292); Max value from RGB is 142 - color contains mainly: green. Hex color #168E80 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #168E80 is #E9717F. Grayscale: #686868. Windows color (decimal): -15298944 or 8424982. OLE color: 8424982.
HSL color Cylindrical-coordinate representation of color #168E80: hue angle of 173º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #168E80 is Cyan = 0.85, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 22 | 142 | 128 | - |
| CMYK | 0.85 | 0 | 0.10 | 0.44 |
| HSL | 173º | 0.73% | 0.32% | - |
| HSV(B) | 173º | 0.85% | 0.56% | - |
| XYZ | 13.9 | 21.08 | 23.76 | - |
| YUV | 104.52 | 141.24 | 69.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 142 | 128 | 0.85 | 0 | 0.10 | 0.44 | 173 | 0.73 | 0.32 |
| Hex | 16 | 8E | 80 | 55 | 0 | A | 2C | AD | 49 | 20 |
| Octal | 26 | 216 | 200 | 125 | 0 | 12 | 54 | 255 | 111 | 40 |
| Binary | 10110 | 10001110 | 10000000 | 1010101 | 0 | 1010 | 101100 | 10101101 | 1001001 | 100000 |
Color Harmonies of #168E80
Complementary color
Monochromatic Colors of #168E80
Black with #168E80
Text Example
Text Example
White with #168E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168E80; }
p { color: rgb(22,142,128); }
H1.HeaderClassName
{
color: #168E80;
}
.AnyTagClassName
{
color: #168E80;
}
</style>
background-color css
<style>
a { background-color: #168E80; }
a { background-color: rgb(22,142,128); }
div.DivClassName
{
background-color: #168E80;
}
.BgClassName
{
background-color: #168E80;
}
</style>
border-color css
<style>
span { border-color: #168E80; }
span { border-color: rgb(22,142,128); }
td.TdClassName
{
border-color: #168E80;
}
.TagClassName
{
border-color: #168E80;
}
</style>