Shades of Blue Stone #166F66
Tints of Blue Stone #166F66
RGB
CMYK
RGB Variations
Color information
#166F66 (or 0x166F66) is known color: Blue Stone. HEX triplet: 16, 6F and 66. RGB value is (22,111,102). Sum of RGB (Red+Green+Blue) = 22+111+102=235 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.36% from 235); Green value is 111 (43.75% from 255 or 47.23% from 235); Blue value is 102 (40.23% from 255 or 43.40% from 235); Max value from RGB is 111 - color contains mainly: green. Hex color #166F66 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #166F66 is #E99099. Grayscale: #535353. Windows color (decimal): -15306906 or 6713110. OLE color: 6713110.
HSL color Cylindrical-coordinate representation of color #166F66: hue angle of 173.93º 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 #166F66 is Cyan = 0.80, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 22 | 111 | 102 | - |
| CMYK | 0.80 | 0 | 0.08 | 0.56 |
| HSL | 173.93º | 0.67% | 0.26% | - |
| HSV(B) | 173.93º | 0.8% | 0.44% | - |
| XYZ | 8.41 | 12.5 | 14.54 | - |
| YUV | 83.36 | 138.51 | 84.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 111 | 102 | 0.80 | 0 | 0.08 | 0.56 | 173.93 | 0.67 | 0.26 |
| Hex | 16 | 6F | 66 | 50 | 0 | 8 | 38 | AE | 43 | 1A |
| Octal | 26 | 157 | 146 | 120 | 0 | 10 | 70 | 256 | 103 | 32 |
| Binary | 10110 | 1101111 | 1100110 | 1010000 | 0 | 1000 | 111000 | 10101110 | 1000011 | 11010 |
Color Harmonies of #166F66
Complementary color
Monochromatic Colors of #166F66
Black with #166F66
Text Example
Text Example
White with #166F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166F66; }
p { color: rgb(22,111,102); }
H1.HeaderClassName
{
color: #166F66;
}
.AnyTagClassName
{
color: #166F66;
}
</style>
background-color css
<style>
a { background-color: #166F66; }
a { background-color: rgb(22,111,102); }
div.DivClassName
{
background-color: #166F66;
}
.BgClassName
{
background-color: #166F66;
}
</style>
border-color css
<style>
span { border-color: #166F66; }
span { border-color: rgb(22,111,102); }
td.TdClassName
{
border-color: #166F66;
}
.TagClassName
{
border-color: #166F66;
}
</style>