Shades of Jewel #166D4B
Tints of Jewel #166D4B
RGB
CMYK
RGB Variations
Color information
#166D4B (or 0x166D4B) is known color: Jewel. HEX triplet: 16, 6D and 4B. RGB value is (22,109,75). Sum of RGB (Red+Green+Blue) = 22+109+75=206 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.68% from 206); Green value is 109 (42.97% from 255 or 52.91% from 206); Blue value is 75 (29.69% from 255 or 36.41% from 206); Max value from RGB is 109 - color contains mainly: green. Hex color #166D4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #166D4B is #E992B4. Grayscale: #4F4F4F. Windows color (decimal): -15307445 or 4943126. OLE color: 4943126.
HSL color Cylindrical-coordinate representation of color #166D4B: hue angle of 156.55º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #166D4B is Cyan = 0.80, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 22 | 109 | 75 | - |
| CMYK | 0.80 | 0 | 0.31 | 0.57 |
| HSL | 156.55º | 0.66% | 0.26% | - |
| HSV(B) | 156.55º | 0.8% | 0.43% | - |
| XYZ | 7.07 | 11.62 | 8.53 | - |
| YUV | 79.11 | 125.68 | 87.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 109 | 75 | 0.80 | 0 | 0.31 | 0.57 | 156.55 | 0.66 | 0.26 |
| Hex | 16 | 6D | 4B | 50 | 0 | 1F | 39 | 9D | 42 | 1A |
| Octal | 26 | 155 | 113 | 120 | 0 | 37 | 71 | 235 | 102 | 32 |
| Binary | 10110 | 1101101 | 1001011 | 1010000 | 0 | 11111 | 111001 | 10011101 | 1000010 | 11010 |
Color Harmonies of #166D4B
Complementary color
Monochromatic Colors of #166D4B
Black with #166D4B
Text Example
Text Example
White with #166D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166D4B; }
p { color: rgb(22,109,75); }
H1.HeaderClassName
{
color: #166D4B;
}
.AnyTagClassName
{
color: #166D4B;
}
</style>
background-color css
<style>
a { background-color: #166D4B; }
a { background-color: rgb(22,109,75); }
div.DivClassName
{
background-color: #166D4B;
}
.BgClassName
{
background-color: #166D4B;
}
</style>
border-color css
<style>
span { border-color: #166D4B; }
span { border-color: rgb(22,109,75); }
td.TdClassName
{
border-color: #166D4B;
}
.TagClassName
{
border-color: #166D4B;
}
</style>