Shades of Jewel #166C4E
Tints of Jewel #166C4E
RGB
CMYK
RGB Variations
Color information
#166C4E (or 0x166C4E) is known color: Jewel. HEX triplet: 16, 6C and 4E. RGB value is (22,108,78). Sum of RGB (Red+Green+Blue) = 22+108+78=208 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.58% from 208); Green value is 108 (42.58% from 255 or 51.92% from 208); Blue value is 78 (30.86% from 255 or 37.5% from 208); Max value from RGB is 108 - color contains mainly: green. Hex color #166C4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #166C4E is #E993B1. Grayscale: #4E4E4E. Windows color (decimal): -15307698 or 5139478. OLE color: 5139478.
HSL color Cylindrical-coordinate representation of color #166C4E: hue angle of 159.07º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #166C4E is Cyan = 0.80, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 22 | 108 | 78 | - |
| CMYK | 0.80 | 0 | 0.28 | 0.58 |
| HSL | 159.07º | 0.66% | 0.25% | - |
| HSV(B) | 159.07º | 0.8% | 0.42% | - |
| XYZ | 7.07 | 11.45 | 9.04 | - |
| YUV | 78.87 | 127.51 | 87.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 108 | 78 | 0.80 | 0 | 0.28 | 0.58 | 159.07 | 0.66 | 0.25 |
| Hex | 16 | 6C | 4E | 50 | 0 | 1C | 3A | 9F | 42 | 19 |
| Octal | 26 | 154 | 116 | 120 | 0 | 34 | 72 | 237 | 102 | 31 |
| Binary | 10110 | 1101100 | 1001110 | 1010000 | 0 | 11100 | 111010 | 10011111 | 1000010 | 11001 |
Color Harmonies of #166C4E
Complementary color
Monochromatic Colors of #166C4E
Black with #166C4E
Text Example
Text Example
White with #166C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166C4E; }
p { color: rgb(22,108,78); }
H1.HeaderClassName
{
color: #166C4E;
}
.AnyTagClassName
{
color: #166C4E;
}
</style>
background-color css
<style>
a { background-color: #166C4E; }
a { background-color: rgb(22,108,78); }
div.DivClassName
{
background-color: #166C4E;
}
.BgClassName
{
background-color: #166C4E;
}
</style>
border-color css
<style>
span { border-color: #166C4E; }
span { border-color: rgb(22,108,78); }
td.TdClassName
{
border-color: #166C4E;
}
.TagClassName
{
border-color: #166C4E;
}
</style>