Shades of Blue Stone #176160
Tints of Blue Stone #176160
RGB
CMYK
RGB Variations
Color information
#176160 (or 0x176160) is known color: Blue Stone. HEX triplet: 17, 61 and 60. RGB value is (23,97,96). Sum of RGB (Red+Green+Blue) = 23+97+96=216 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.65% from 216); Green value is 97 (38.28% from 255 or 44.91% from 216); Blue value is 96 (37.89% from 255 or 44.44% from 216); Max value from RGB is 97 - color contains mainly: green. Hex color #176160 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #176160 is #E89E9F. Grayscale: #4A4A4A. Windows color (decimal): -15244960 or 6316311. OLE color: 6316311.
HSL color Cylindrical-coordinate representation of color #176160: hue angle of 179.19º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #176160 is Cyan = 0.76, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 23 | 97 | 96 | - |
| CMYK | 0.76 | 0 | 0.01 | 0.62 |
| HSL | 179.19º | 0.62% | 0.24% | - |
| HSV(B) | 179.19º | 0.76% | 0.38% | - |
| XYZ | 6.74 | 9.58 | 12.56 | - |
| YUV | 74.76 | 139.98 | 91.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 97 | 96 | 0.76 | 0 | 0.01 | 0.62 | 179.19 | 0.62 | 0.24 |
| Hex | 17 | 61 | 60 | 4C | 0 | 1 | 3E | B3 | 3E | 18 |
| Octal | 27 | 141 | 140 | 114 | 0 | 1 | 76 | 263 | 76 | 30 |
| Binary | 10111 | 1100001 | 1100000 | 1001100 | 0 | 1 | 111110 | 10110011 | 111110 | 11000 |
Color Harmonies of #176160
Complementary color
Monochromatic Colors of #176160
Black with #176160
Text Example
Text Example
White with #176160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #176160; }
p { color: rgb(23,97,96); }
H1.HeaderClassName
{
color: #176160;
}
.AnyTagClassName
{
color: #176160;
}
</style>
background-color css
<style>
a { background-color: #176160; }
a { background-color: rgb(23,97,96); }
div.DivClassName
{
background-color: #176160;
}
.BgClassName
{
background-color: #176160;
}
</style>
border-color css
<style>
span { border-color: #176160; }
span { border-color: rgb(23,97,96); }
td.TdClassName
{
border-color: #176160;
}
.TagClassName
{
border-color: #176160;
}
</style>