Shades of Blue Stone #176B60
Tints of Blue Stone #176B60
RGB
CMYK
RGB Variations
Color information
#176B60 (or 0x176B60) is known color: Blue Stone. HEX triplet: 17, 6B and 60. RGB value is (23,107,96). Sum of RGB (Red+Green+Blue) = 23+107+96=226 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.18% from 226); Green value is 107 (42.19% from 255 or 47.35% from 226); Blue value is 96 (37.89% from 255 or 42.48% from 226); Max value from RGB is 107 - color contains mainly: green. Hex color #176B60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #176B60 is #E8949F. Grayscale: #505050. Windows color (decimal): -15242400 or 6318871. OLE color: 6318871.
HSL color Cylindrical-coordinate representation of color #176B60: hue angle of 172.14º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #176B60 is Cyan = 0.79, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 23 | 107 | 96 | - |
| CMYK | 0.79 | 0 | 0.10 | 0.58 |
| HSL | 172.14º | 0.65% | 0.25% | - |
| HSV(B) | 172.14º | 0.79% | 0.42% | - |
| XYZ | 7.72 | 11.54 | 12.89 | - |
| YUV | 80.63 | 136.67 | 86.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 107 | 96 | 0.79 | 0 | 0.10 | 0.58 | 172.14 | 0.65 | 0.25 |
| Hex | 17 | 6B | 60 | 4F | 0 | A | 3A | AC | 41 | 19 |
| Octal | 27 | 153 | 140 | 117 | 0 | 12 | 72 | 254 | 101 | 31 |
| Binary | 10111 | 1101011 | 1100000 | 1001111 | 0 | 1010 | 111010 | 10101100 | 1000001 | 11001 |
Color Harmonies of #176B60
Complementary color
Monochromatic Colors of #176B60
Black with #176B60
Text Example
Text Example
White with #176B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #176B60; }
p { color: rgb(23,107,96); }
H1.HeaderClassName
{
color: #176B60;
}
.AnyTagClassName
{
color: #176B60;
}
</style>
background-color css
<style>
a { background-color: #176B60; }
a { background-color: rgb(23,107,96); }
div.DivClassName
{
background-color: #176B60;
}
.BgClassName
{
background-color: #176B60;
}
</style>
border-color css
<style>
span { border-color: #176B60; }
span { border-color: rgb(23,107,96); }
td.TdClassName
{
border-color: #176B60;
}
.TagClassName
{
border-color: #176B60;
}
</style>