Shades of Blue Stone #166E63
Tints of Blue Stone #166E63
RGB
CMYK
RGB Variations
Color information
#166E63 (or 0x166E63) is known color: Blue Stone. HEX triplet: 16, 6E and 63. RGB value is (22,110,99). Sum of RGB (Red+Green+Blue) = 22+110+99=231 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.52% from 231); Green value is 110 (43.36% from 255 or 47.62% from 231); Blue value is 99 (39.06% from 255 or 42.86% from 231); Max value from RGB is 110 - color contains mainly: green. Hex color #166E63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #166E63 is #E9919C. Grayscale: #525252. Windows color (decimal): -15307165 or 6516246. OLE color: 6516246.
HSL color Cylindrical-coordinate representation of color #166E63: hue angle of 172.5º 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 #166E63 is Cyan = 0.8, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 22 | 110 | 99 | - |
| CMYK | 0.8 | 0 | 0.1 | 0.57 |
| HSL | 172.5º | 0.67% | 0.26% | - |
| HSV(B) | 172.5º | 0.8% | 0.43% | - |
| XYZ | 8.16 | 12.22 | 13.73 | - |
| YUV | 82.43 | 137.35 | 84.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 110 | 99 | 0.8 | 0 | 0.1 | 0.57 | 172.5 | 0.67 | 0.26 |
| Hex | 16 | 6E | 63 | 50 | 0 | A | 39 | AC | 43 | 1A |
| Octal | 26 | 156 | 143 | 120 | 0 | 12 | 71 | 254 | 103 | 32 |
| Binary | 10110 | 1101110 | 1100011 | 1010000 | 0 | 1010 | 111001 | 10101100 | 1000011 | 11010 |
Color Harmonies of #166E63
Complementary color
Monochromatic Colors of #166E63
Black with #166E63
Text Example
Text Example
White with #166E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166E63; }
p { color: rgb(22,110,99); }
H1.HeaderClassName
{
color: #166E63;
}
.AnyTagClassName
{
color: #166E63;
}
</style>
background-color css
<style>
a { background-color: #166E63; }
a { background-color: rgb(22,110,99); }
div.DivClassName
{
background-color: #166E63;
}
.BgClassName
{
background-color: #166E63;
}
</style>
border-color css
<style>
span { border-color: #166E63; }
span { border-color: rgb(22,110,99); }
td.TdClassName
{
border-color: #166E63;
}
.TagClassName
{
border-color: #166E63;
}
</style>