Shades of Jewel #166B4D
Tints of Jewel #166B4D
RGB
CMYK
RGB Variations
Color information
#166B4D (or 0x166B4D) is known color: Jewel. HEX triplet: 16, 6B and 4D. RGB value is (22,107,77). Sum of RGB (Red+Green+Blue) = 22+107+77=206 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.68% from 206); Green value is 107 (42.19% from 255 or 51.94% from 206); Blue value is 77 (30.47% from 255 or 37.38% from 206); Max value from RGB is 107 - color contains mainly: green. Hex color #166B4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #166B4D is #E994B2. Grayscale: #4E4E4E. Windows color (decimal): -15307955 or 5073686. OLE color: 5073686.
HSL color Cylindrical-coordinate representation of color #166B4D: hue angle of 158.82º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #166B4D is Cyan = 0.79, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 22 | 107 | 77 | - |
| CMYK | 0.79 | 0 | 0.28 | 0.58 |
| HSL | 158.82º | 0.66% | 0.25% | - |
| HSV(B) | 158.82º | 0.79% | 0.42% | - |
| XYZ | 6.93 | 11.22 | 8.82 | - |
| YUV | 78.17 | 127.34 | 87.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 107 | 77 | 0.79 | 0 | 0.28 | 0.58 | 158.82 | 0.66 | 0.25 |
| Hex | 16 | 6B | 4D | 4F | 0 | 1C | 3A | 9F | 42 | 19 |
| Octal | 26 | 153 | 115 | 117 | 0 | 34 | 72 | 237 | 102 | 31 |
| Binary | 10110 | 1101011 | 1001101 | 1001111 | 0 | 11100 | 111010 | 10011111 | 1000010 | 11001 |
Color Harmonies of #166B4D
Complementary color
Monochromatic Colors of #166B4D
Black with #166B4D
Text Example
Text Example
White with #166B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166B4D; }
p { color: rgb(22,107,77); }
H1.HeaderClassName
{
color: #166B4D;
}
.AnyTagClassName
{
color: #166B4D;
}
</style>
background-color css
<style>
a { background-color: #166B4D; }
a { background-color: rgb(22,107,77); }
div.DivClassName
{
background-color: #166B4D;
}
.BgClassName
{
background-color: #166B4D;
}
</style>
border-color css
<style>
span { border-color: #166B4D; }
span { border-color: rgb(22,107,77); }
td.TdClassName
{
border-color: #166B4D;
}
.TagClassName
{
border-color: #166B4D;
}
</style>