Shades of Elf Green #16897B
Tints of Elf Green #16897B
RGB
CMYK
RGB Variations
Color information
#16897B (or 0x16897B) is known color: Elf Green. HEX triplet: 16, 89 and 7B. RGB value is (22,137,123). Sum of RGB (Red+Green+Blue) = 22+137+123=282 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.80% from 282); Green value is 137 (53.91% from 255 or 48.58% from 282); Blue value is 123 (48.44% from 255 or 43.62% from 282); Max value from RGB is 137 - color contains mainly: green. Hex color #16897B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16897B is #E97684. Grayscale: #646464. Windows color (decimal): -15300229 or 8096022. OLE color: 8096022.
HSL color Cylindrical-coordinate representation of color #16897B: hue angle of 172.7º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #16897B is Cyan = 0.84, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 22 | 137 | 123 | - |
| CMYK | 0.84 | 0 | 0.10 | 0.46 |
| HSL | 172.7º | 0.72% | 0.31% | - |
| HSV(B) | 172.7º | 0.84% | 0.54% | - |
| XYZ | 12.85 | 19.49 | 21.82 | - |
| YUV | 101.02 | 140.4 | 71.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 137 | 123 | 0.84 | 0 | 0.10 | 0.46 | 172.7 | 0.72 | 0.31 |
| Hex | 16 | 89 | 7B | 54 | 0 | A | 2E | AD | 48 | 1F |
| Octal | 26 | 211 | 173 | 124 | 0 | 12 | 56 | 255 | 110 | 37 |
| Binary | 10110 | 10001001 | 1111011 | 1010100 | 0 | 1010 | 101110 | 10101101 | 1001000 | 11111 |
Color Harmonies of #16897B
Complementary color
Monochromatic Colors of #16897B
Black with #16897B
Text Example
Text Example
White with #16897B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16897B; }
p { color: rgb(22,137,123); }
H1.HeaderClassName
{
color: #16897B;
}
.AnyTagClassName
{
color: #16897B;
}
</style>
background-color css
<style>
a { background-color: #16897B; }
a { background-color: rgb(22,137,123); }
div.DivClassName
{
background-color: #16897B;
}
.BgClassName
{
background-color: #16897B;
}
</style>
border-color css
<style>
span { border-color: #16897B; }
span { border-color: rgb(22,137,123); }
td.TdClassName
{
border-color: #16897B;
}
.TagClassName
{
border-color: #16897B;
}
</style>