Shades of Elf Green #168B7C
Tints of Elf Green #168B7C
RGB
CMYK
RGB Variations
Color information
#168B7C (or 0x168B7C) is known color: Elf Green. HEX triplet: 16, 8B and 7C. RGB value is (22,139,124). Sum of RGB (Red+Green+Blue) = 22+139+124=285 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.72% from 285); Green value is 139 (54.69% from 255 or 48.77% from 285); Blue value is 124 (48.83% from 255 or 43.51% from 285); Max value from RGB is 139 - color contains mainly: green. Hex color #168B7C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #168B7C is #E97483. Grayscale: #666666. Windows color (decimal): -15299716 or 8162070. OLE color: 8162070.
HSL color Cylindrical-coordinate representation of color #168B7C: hue angle of 172.31º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #168B7C is Cyan = 0.84, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 22 | 139 | 124 | - |
| CMYK | 0.84 | 0 | 0.11 | 0.45 |
| HSL | 172.31º | 0.73% | 0.32% | - |
| HSV(B) | 172.31º | 0.84% | 0.55% | - |
| XYZ | 13.2 | 20.09 | 22.25 | - |
| YUV | 102.31 | 140.24 | 70.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 139 | 124 | 0.84 | 0 | 0.11 | 0.45 | 172.31 | 0.73 | 0.32 |
| Hex | 16 | 8B | 7C | 54 | 0 | B | 2D | AC | 49 | 20 |
| Octal | 26 | 213 | 174 | 124 | 0 | 13 | 55 | 254 | 111 | 40 |
| Binary | 10110 | 10001011 | 1111100 | 1010100 | 0 | 1011 | 101101 | 10101100 | 1001001 | 100000 |
Color Harmonies of #168B7C
Complementary color
Monochromatic Colors of #168B7C
Black with #168B7C
Text Example
Text Example
White with #168B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168B7C; }
p { color: rgb(22,139,124); }
H1.HeaderClassName
{
color: #168B7C;
}
.AnyTagClassName
{
color: #168B7C;
}
</style>
background-color css
<style>
a { background-color: #168B7C; }
a { background-color: rgb(22,139,124); }
div.DivClassName
{
background-color: #168B7C;
}
.BgClassName
{
background-color: #168B7C;
}
</style>
border-color css
<style>
span { border-color: #168B7C; }
span { border-color: rgb(22,139,124); }
td.TdClassName
{
border-color: #168B7C;
}
.TagClassName
{
border-color: #168B7C;
}
</style>