Shades of Jewel #166B51
Tints of Jewel #166B51
RGB
CMYK
RGB Variations
Color information
#166B51 (or 0x166B51) is known color: Jewel. HEX triplet: 16, 6B and 51. RGB value is (22,107,81). Sum of RGB (Red+Green+Blue) = 22+107+81=210 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.48% from 210); Green value is 107 (42.19% from 255 or 50.95% from 210); Blue value is 81 (32.03% from 255 or 38.57% from 210); Max value from RGB is 107 - color contains mainly: green. Hex color #166B51 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #166B51 is #E994AE. Grayscale: #4E4E4E. Windows color (decimal): -15307951 or 5335830. OLE color: 5335830.
HSL color Cylindrical-coordinate representation of color #166B51: hue angle of 161.65º 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 #166B51 is Cyan = 0.79, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 22 | 107 | 81 | - |
| CMYK | 0.79 | 0 | 0.24 | 0.58 |
| HSL | 161.65º | 0.66% | 0.25% | - |
| HSV(B) | 161.65º | 0.79% | 0.42% | - |
| XYZ | 7.07 | 11.28 | 9.59 | - |
| YUV | 78.62 | 129.34 | 87.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 107 | 81 | 0.79 | 0 | 0.24 | 0.58 | 161.65 | 0.66 | 0.25 |
| Hex | 16 | 6B | 51 | 4F | 0 | 18 | 3A | A2 | 42 | 19 |
| Octal | 26 | 153 | 121 | 117 | 0 | 30 | 72 | 242 | 102 | 31 |
| Binary | 10110 | 1101011 | 1010001 | 1001111 | 0 | 11000 | 111010 | 10100010 | 1000010 | 11001 |
Color Harmonies of #166B51
Complementary color
Monochromatic Colors of #166B51
Black with #166B51
Text Example
Text Example
White with #166B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166B51; }
p { color: rgb(22,107,81); }
H1.HeaderClassName
{
color: #166B51;
}
.AnyTagClassName
{
color: #166B51;
}
</style>
background-color css
<style>
a { background-color: #166B51; }
a { background-color: rgb(22,107,81); }
div.DivClassName
{
background-color: #166B51;
}
.BgClassName
{
background-color: #166B51;
}
</style>
border-color css
<style>
span { border-color: #166B51; }
span { border-color: rgb(22,107,81); }
td.TdClassName
{
border-color: #166B51;
}
.TagClassName
{
border-color: #166B51;
}
</style>