Shades of Blue Stone #166B60
Tints of Blue Stone #166B60
RGB
CMYK
RGB Variations
Color information
#166B60 (or 0x166B60) is known color: Blue Stone. HEX triplet: 16, 6B and 60. RGB value is (22,107,96). Sum of RGB (Red+Green+Blue) = 22+107+96=225 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.78% from 225); Green value is 107 (42.19% from 255 or 47.56% from 225); Blue value is 96 (37.89% from 255 or 42.67% from 225); Max value from RGB is 107 - color contains mainly: green. Hex color #166B60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #166B60 is #E9949F. Grayscale: #505050. Windows color (decimal): -15307936 or 6318870. OLE color: 6318870.
HSL color Cylindrical-coordinate representation of color #166B60: hue angle of 172.24º 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 #166B60 is Cyan = 0.79, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 22 | 107 | 96 | - |
| CMYK | 0.79 | 0 | 0.10 | 0.58 |
| HSL | 172.24º | 0.66% | 0.25% | - |
| HSV(B) | 172.24º | 0.79% | 0.42% | - |
| XYZ | 7.7 | 11.53 | 12.89 | - |
| YUV | 80.33 | 136.84 | 86.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 107 | 96 | 0.79 | 0 | 0.10 | 0.58 | 172.24 | 0.66 | 0.25 |
| Hex | 16 | 6B | 60 | 4F | 0 | A | 3A | AC | 42 | 19 |
| Octal | 26 | 153 | 140 | 117 | 0 | 12 | 72 | 254 | 102 | 31 |
| Binary | 10110 | 1101011 | 1100000 | 1001111 | 0 | 1010 | 111010 | 10101100 | 1000010 | 11001 |
Color Harmonies of #166B60
Complementary color
Monochromatic Colors of #166B60
Black with #166B60
Text Example
Text Example
White with #166B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166B60; }
p { color: rgb(22,107,96); }
H1.HeaderClassName
{
color: #166B60;
}
.AnyTagClassName
{
color: #166B60;
}
</style>
background-color css
<style>
a { background-color: #166B60; }
a { background-color: rgb(22,107,96); }
div.DivClassName
{
background-color: #166B60;
}
.BgClassName
{
background-color: #166B60;
}
</style>
border-color css
<style>
span { border-color: #166B60; }
span { border-color: rgb(22,107,96); }
td.TdClassName
{
border-color: #166B60;
}
.TagClassName
{
border-color: #166B60;
}
</style>