Shades of Elf Green #168E7B
Tints of Elf Green #168E7B
RGB
CMYK
RGB Variations
Color information
#168E7B (or 0x168E7B) is known color: Elf Green. HEX triplet: 16, 8E and 7B. RGB value is (22,142,123). Sum of RGB (Red+Green+Blue) = 22+142+123=287 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.67% from 287); Green value is 142 (55.86% from 255 or 49.48% from 287); Blue value is 123 (48.44% from 255 or 42.86% from 287); Max value from RGB is 142 - color contains mainly: green. Hex color #168E7B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #168E7B is #E97184. Grayscale: #676767. Windows color (decimal): -15298949 or 8097302. OLE color: 8097302.
HSL color Cylindrical-coordinate representation of color #168E7B: hue angle of 170.5º 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 #168E7B is Cyan = 0.85, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 22 | 142 | 123 | - |
| CMYK | 0.85 | 0 | 0.13 | 0.44 |
| HSL | 170.5º | 0.73% | 0.32% | - |
| HSV(B) | 170.5º | 0.85% | 0.56% | - |
| XYZ | 13.58 | 20.95 | 22.07 | - |
| YUV | 103.95 | 138.74 | 69.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 142 | 123 | 0.85 | 0 | 0.13 | 0.44 | 170.5 | 0.73 | 0.32 |
| Hex | 16 | 8E | 7B | 55 | 0 | D | 2C | AA | 49 | 20 |
| Octal | 26 | 216 | 173 | 125 | 0 | 15 | 54 | 252 | 111 | 40 |
| Binary | 10110 | 10001110 | 1111011 | 1010101 | 0 | 1101 | 101100 | 10101010 | 1001001 | 100000 |
Color Harmonies of #168E7B
Complementary color
Monochromatic Colors of #168E7B
Black with #168E7B
Text Example
Text Example
White with #168E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168E7B; }
p { color: rgb(22,142,123); }
H1.HeaderClassName
{
color: #168E7B;
}
.AnyTagClassName
{
color: #168E7B;
}
</style>
background-color css
<style>
a { background-color: #168E7B; }
a { background-color: rgb(22,142,123); }
div.DivClassName
{
background-color: #168E7B;
}
.BgClassName
{
background-color: #168E7B;
}
</style>
border-color css
<style>
span { border-color: #168E7B; }
span { border-color: rgb(22,142,123); }
td.TdClassName
{
border-color: #168E7B;
}
.TagClassName
{
border-color: #168E7B;
}
</style>