Shades of Jewel #166C4D
Tints of Jewel #166C4D
RGB
CMYK
RGB Variations
Color information
#166C4D (or 0x166C4D) is known color: Jewel. HEX triplet: 16, 6C and 4D. RGB value is (22,108,77). Sum of RGB (Red+Green+Blue) = 22+108+77=207 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.63% from 207); Green value is 108 (42.58% from 255 or 52.17% from 207); Blue value is 77 (30.47% from 255 or 37.20% from 207); Max value from RGB is 108 - color contains mainly: green. Hex color #166C4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #166C4D is #E993B2. Grayscale: #4E4E4E. Windows color (decimal): -15307699 or 5073942. OLE color: 5073942.
HSL color Cylindrical-coordinate representation of color #166C4D: hue angle of 158.37º 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 #166C4D is Cyan = 0.80, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 22 | 108 | 77 | - |
| CMYK | 0.80 | 0 | 0.29 | 0.58 |
| HSL | 158.37º | 0.66% | 0.25% | - |
| HSV(B) | 158.37º | 0.8% | 0.42% | - |
| XYZ | 7.03 | 11.43 | 8.86 | - |
| YUV | 78.75 | 127.01 | 87.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 108 | 77 | 0.80 | 0 | 0.29 | 0.58 | 158.37 | 0.66 | 0.25 |
| Hex | 16 | 6C | 4D | 50 | 0 | 1D | 3A | 9E | 42 | 19 |
| Octal | 26 | 154 | 115 | 120 | 0 | 35 | 72 | 236 | 102 | 31 |
| Binary | 10110 | 1101100 | 1001101 | 1010000 | 0 | 11101 | 111010 | 10011110 | 1000010 | 11001 |
Color Harmonies of #166C4D
Complementary color
Monochromatic Colors of #166C4D
Black with #166C4D
Text Example
Text Example
White with #166C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166C4D; }
p { color: rgb(22,108,77); }
H1.HeaderClassName
{
color: #166C4D;
}
.AnyTagClassName
{
color: #166C4D;
}
</style>
background-color css
<style>
a { background-color: #166C4D; }
a { background-color: rgb(22,108,77); }
div.DivClassName
{
background-color: #166C4D;
}
.BgClassName
{
background-color: #166C4D;
}
</style>
border-color css
<style>
span { border-color: #166C4D; }
span { border-color: rgb(22,108,77); }
td.TdClassName
{
border-color: #166C4D;
}
.TagClassName
{
border-color: #166C4D;
}
</style>