Shades of Jewel #166C4C
Tints of Jewel #166C4C
RGB
CMYK
RGB Variations
Color information
#166C4C (or 0x166C4C) is known color: Jewel. HEX triplet: 16, 6C and 4C. RGB value is (22,108,76). Sum of RGB (Red+Green+Blue) = 22+108+76=206 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.68% from 206); Green value is 108 (42.58% from 255 or 52.43% from 206); Blue value is 76 (30.08% from 255 or 36.89% from 206); Max value from RGB is 108 - color contains mainly: green. Hex color #166C4C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #166C4C is #E993B3. Grayscale: #4E4E4E. Windows color (decimal): -15307700 or 5008406. OLE color: 5008406.
HSL color Cylindrical-coordinate representation of color #166C4C: hue angle of 157.67º 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 #166C4C is Cyan = 0.80, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 22 | 108 | 76 | - |
| CMYK | 0.80 | 0 | 0.30 | 0.58 |
| HSL | 157.67º | 0.66% | 0.25% | - |
| HSV(B) | 157.67º | 0.8% | 0.42% | - |
| XYZ | 7 | 11.42 | 8.67 | - |
| YUV | 78.64 | 126.51 | 87.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 108 | 76 | 0.80 | 0 | 0.30 | 0.58 | 157.67 | 0.66 | 0.25 |
| Hex | 16 | 6C | 4C | 50 | 0 | 1E | 3A | 9E | 42 | 19 |
| Octal | 26 | 154 | 114 | 120 | 0 | 36 | 72 | 236 | 102 | 31 |
| Binary | 10110 | 1101100 | 1001100 | 1010000 | 0 | 11110 | 111010 | 10011110 | 1000010 | 11001 |
Color Harmonies of #166C4C
Complementary color
Monochromatic Colors of #166C4C
Black with #166C4C
Text Example
Text Example
White with #166C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166C4C; }
p { color: rgb(22,108,76); }
H1.HeaderClassName
{
color: #166C4C;
}
.AnyTagClassName
{
color: #166C4C;
}
</style>
background-color css
<style>
a { background-color: #166C4C; }
a { background-color: rgb(22,108,76); }
div.DivClassName
{
background-color: #166C4C;
}
.BgClassName
{
background-color: #166C4C;
}
</style>
border-color css
<style>
span { border-color: #166C4C; }
span { border-color: rgb(22,108,76); }
td.TdClassName
{
border-color: #166C4C;
}
.TagClassName
{
border-color: #166C4C;
}
</style>