Shades of Blue Stone #17706E
Tints of Blue Stone #17706E
RGB
CMYK
RGB Variations
Color information
#17706E (or 0x17706E) is known color: Blue Stone. HEX triplet: 17, 70 and 6E. RGB value is (23,112,110). Sum of RGB (Red+Green+Blue) = 23+112+110=245 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.39% from 245); Green value is 112 (44.14% from 255 or 45.71% from 245); Blue value is 110 (43.36% from 255 or 44.90% from 245); Max value from RGB is 112 - color contains mainly: green. Hex color #17706E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17706E is #E88F91. Grayscale: #555555. Windows color (decimal): -15241106 or 7237655. OLE color: 7237655.
HSL color Cylindrical-coordinate representation of color #17706E: hue angle of 178.65º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #17706E is Cyan = 0.79, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 23 | 112 | 110 | - |
| CMYK | 0.79 | 0 | 0.02 | 0.56 |
| HSL | 178.65º | 0.66% | 0.26% | - |
| HSV(B) | 178.65º | 0.79% | 0.44% | - |
| XYZ | 8.96 | 12.9 | 16.77 | - |
| YUV | 85.16 | 142.01 | 83.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 112 | 110 | 0.79 | 0 | 0.02 | 0.56 | 178.65 | 0.66 | 0.26 |
| Hex | 17 | 70 | 6E | 4F | 0 | 2 | 38 | B3 | 42 | 1A |
| Octal | 27 | 160 | 156 | 117 | 0 | 2 | 70 | 263 | 102 | 32 |
| Binary | 10111 | 1110000 | 1101110 | 1001111 | 0 | 10 | 111000 | 10110011 | 1000010 | 11010 |
Color Harmonies of #17706E
Complementary color
Monochromatic Colors of #17706E
Black with #17706E
Text Example
Text Example
White with #17706E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17706E; }
p { color: rgb(23,112,110); }
H1.HeaderClassName
{
color: #17706E;
}
.AnyTagClassName
{
color: #17706E;
}
</style>
background-color css
<style>
a { background-color: #17706E; }
a { background-color: rgb(23,112,110); }
div.DivClassName
{
background-color: #17706E;
}
.BgClassName
{
background-color: #17706E;
}
</style>
border-color css
<style>
span { border-color: #17706E; }
span { border-color: rgb(23,112,110); }
td.TdClassName
{
border-color: #17706E;
}
.TagClassName
{
border-color: #17706E;
}
</style>