Shades of Blue Stone #176A66
Tints of Blue Stone #176A66
RGB
CMYK
RGB Variations
Color information
#176A66 (or 0x176A66) is known color: Blue Stone. HEX triplet: 17, 6A and 66. RGB value is (23,106,102). Sum of RGB (Red+Green+Blue) = 23+106+102=231 (30% of max value = 765). Red value is 23 (9.38% from 255 or 9.96% from 231); Green value is 106 (41.80% from 255 or 45.89% from 231); Blue value is 102 (40.23% from 255 or 44.16% from 231); Max value from RGB is 106 - color contains mainly: green. Hex color #176A66 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #176A66 is #E89599. Grayscale: #505050. Windows color (decimal): -15242650 or 6711831. OLE color: 6711831.
HSL color Cylindrical-coordinate representation of color #176A66: hue angle of 177.11º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #176A66 is Cyan = 0.78, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 23 | 106 | 102 | - |
| CMYK | 0.78 | 0 | 0.04 | 0.58 |
| HSL | 177.11º | 0.64% | 0.25% | - |
| HSV(B) | 177.11º | 0.78% | 0.42% | - |
| XYZ | 7.91 | 11.45 | 14.36 | - |
| YUV | 80.73 | 140 | 86.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 106 | 102 | 0.78 | 0 | 0.04 | 0.58 | 177.11 | 0.64 | 0.25 |
| Hex | 17 | 6A | 66 | 4E | 0 | 4 | 3A | B1 | 40 | 19 |
| Octal | 27 | 152 | 146 | 116 | 0 | 4 | 72 | 261 | 100 | 31 |
| Binary | 10111 | 1101010 | 1100110 | 1001110 | 0 | 100 | 111010 | 10110001 | 1000000 | 11001 |
Color Harmonies of #176A66
Complementary color
Monochromatic Colors of #176A66
Black with #176A66
Text Example
Text Example
White with #176A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #176A66; }
p { color: rgb(23,106,102); }
H1.HeaderClassName
{
color: #176A66;
}
.AnyTagClassName
{
color: #176A66;
}
</style>
background-color css
<style>
a { background-color: #176A66; }
a { background-color: rgb(23,106,102); }
div.DivClassName
{
background-color: #176A66;
}
.BgClassName
{
background-color: #176A66;
}
</style>
border-color css
<style>
span { border-color: #176A66; }
span { border-color: rgb(23,106,102); }
td.TdClassName
{
border-color: #176A66;
}
.TagClassName
{
border-color: #176A66;
}
</style>