Shades of Blue Stone #166E6E
Tints of Blue Stone #166E6E
RGB
CMYK
RGB Variations
Color information
#166E6E (or 0x166E6E) is known color: Blue Stone. HEX triplet: 16, 6E and 6E. RGB value is (22,110,110). Sum of RGB (Red+Green+Blue) = 22+110+110=242 (32% of max value = 765). Red value is 22 (8.98% from 255 or 9.09% from 242); Green value is 110 (43.36% from 255 or 45.45% from 242); Blue value is 110 (43.36% from 255 or 45.45% from 242); Max value from RGB is 110 - color contains mainly: green, blue. Hex color #166E6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #166E6E is #E99191. Grayscale: #535353. Windows color (decimal): -15307154 or 7237142. OLE color: 7237142.
HSL color Cylindrical-coordinate representation of color #166E6E: hue angle of 180º degrees, saturation: 0.67, 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 #166E6E is Cyan = 0.8, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 22 | 110 | 110 | - |
| CMYK | 0.8 | 0 | 0 | 0.57 |
| HSL | 180º | 0.67% | 0.26% | - |
| HSV(B) | 180º | 0.8% | 0.43% | - |
| XYZ | 8.72 | 12.45 | 16.69 | - |
| YUV | 83.69 | 142.85 | 84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 110 | 110 | 0.8 | 0 | 0 | 0.57 | 180 | 0.67 | 0.26 |
| Hex | 16 | 6E | 6E | 50 | 0 | 0 | 39 | B4 | 43 | 1A |
| Octal | 26 | 156 | 156 | 120 | 0 | 0 | 71 | 264 | 103 | 32 |
| Binary | 10110 | 1101110 | 1101110 | 1010000 | 0 | 0 | 111001 | 10110100 | 1000011 | 11010 |
Color Harmonies of #166E6E
Complementary color
Monochromatic Colors of #166E6E
Black with #166E6E
Text Example
Text Example
White with #166E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166E6E; }
p { color: rgb(22,110,110); }
H1.HeaderClassName
{
color: #166E6E;
}
.AnyTagClassName
{
color: #166E6E;
}
</style>
background-color css
<style>
a { background-color: #166E6E; }
a { background-color: rgb(22,110,110); }
div.DivClassName
{
background-color: #166E6E;
}
.BgClassName
{
background-color: #166E6E;
}
</style>
border-color css
<style>
span { border-color: #166E6E; }
span { border-color: rgb(22,110,110); }
td.TdClassName
{
border-color: #166E6E;
}
.TagClassName
{
border-color: #166E6E;
}
</style>