Shades of Blue Stone #166F61
Tints of Blue Stone #166F61
RGB
CMYK
RGB Variations
Color information
#166F61 (or 0x166F61) is known color: Blue Stone. HEX triplet: 16, 6F and 61. RGB value is (22,111,97). Sum of RGB (Red+Green+Blue) = 22+111+97=230 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.57% from 230); Green value is 111 (43.75% from 255 or 48.26% from 230); Blue value is 97 (38.28% from 255 or 42.17% from 230); Max value from RGB is 111 - color contains mainly: green. Hex color #166F61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #166F61 is #E9909E. Grayscale: #525252. Windows color (decimal): -15306911 or 6385430. OLE color: 6385430.
HSL color Cylindrical-coordinate representation of color #166F61: hue angle of 170.56º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #166F61 is Cyan = 0.80, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 22 | 111 | 97 | - |
| CMYK | 0.80 | 0 | 0.13 | 0.56 |
| HSL | 170.56º | 0.67% | 0.26% | - |
| HSV(B) | 170.56º | 0.8% | 0.44% | - |
| XYZ | 8.17 | 12.4 | 13.27 | - |
| YUV | 82.79 | 136.01 | 84.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 111 | 97 | 0.80 | 0 | 0.13 | 0.56 | 170.56 | 0.67 | 0.26 |
| Hex | 16 | 6F | 61 | 50 | 0 | D | 38 | AB | 43 | 1A |
| Octal | 26 | 157 | 141 | 120 | 0 | 15 | 70 | 253 | 103 | 32 |
| Binary | 10110 | 1101111 | 1100001 | 1010000 | 0 | 1101 | 111000 | 10101011 | 1000011 | 11010 |
Color Harmonies of #166F61
Complementary color
Monochromatic Colors of #166F61
Black with #166F61
Text Example
Text Example
White with #166F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166F61; }
p { color: rgb(22,111,97); }
H1.HeaderClassName
{
color: #166F61;
}
.AnyTagClassName
{
color: #166F61;
}
</style>
background-color css
<style>
a { background-color: #166F61; }
a { background-color: rgb(22,111,97); }
div.DivClassName
{
background-color: #166F61;
}
.BgClassName
{
background-color: #166F61;
}
</style>
border-color css
<style>
span { border-color: #166F61; }
span { border-color: rgb(22,111,97); }
td.TdClassName
{
border-color: #166F61;
}
.TagClassName
{
border-color: #166F61;
}
</style>