Shades of Elf Green #16897D
Tints of Elf Green #16897D
RGB
CMYK
RGB Variations
Color information
#16897D (or 0x16897D) is known color: Elf Green. HEX triplet: 16, 89 and 7D. RGB value is (22,137,125). Sum of RGB (Red+Green+Blue) = 22+137+125=284 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.75% from 284); Green value is 137 (53.91% from 255 or 48.24% from 284); Blue value is 125 (49.22% from 255 or 44.01% from 284); Max value from RGB is 137 - color contains mainly: green. Hex color #16897D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16897D is #E97682. Grayscale: #656565. Windows color (decimal): -15300227 or 8227094. OLE color: 8227094.
HSL color Cylindrical-coordinate representation of color #16897D: hue angle of 173.74º 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 #16897D is Cyan = 0.84, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 22 | 137 | 125 | - |
| CMYK | 0.84 | 0 | 0.09 | 0.46 |
| HSL | 173.74º | 0.72% | 0.31% | - |
| HSV(B) | 173.74º | 0.84% | 0.54% | - |
| XYZ | 12.98 | 19.54 | 22.49 | - |
| YUV | 101.25 | 141.4 | 71.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 137 | 125 | 0.84 | 0 | 0.09 | 0.46 | 173.74 | 0.72 | 0.31 |
| Hex | 16 | 89 | 7D | 54 | 0 | 9 | 2E | AE | 48 | 1F |
| Octal | 26 | 211 | 175 | 124 | 0 | 11 | 56 | 256 | 110 | 37 |
| Binary | 10110 | 10001001 | 1111101 | 1010100 | 0 | 1001 | 101110 | 10101110 | 1001000 | 11111 |
Color Harmonies of #16897D
Complementary color
Monochromatic Colors of #16897D
Black with #16897D
Text Example
Text Example
White with #16897D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16897D; }
p { color: rgb(22,137,125); }
H1.HeaderClassName
{
color: #16897D;
}
.AnyTagClassName
{
color: #16897D;
}
</style>
background-color css
<style>
a { background-color: #16897D; }
a { background-color: rgb(22,137,125); }
div.DivClassName
{
background-color: #16897D;
}
.BgClassName
{
background-color: #16897D;
}
</style>
border-color css
<style>
span { border-color: #16897D; }
span { border-color: rgb(22,137,125); }
td.TdClassName
{
border-color: #16897D;
}
.TagClassName
{
border-color: #16897D;
}
</style>