Shades of Blue Stone #17716E
Tints of Blue Stone #17716E
RGB
CMYK
RGB Variations
Color information
#17716E (or 0x17716E) is known color: Blue Stone. HEX triplet: 17, 71 and 6E. RGB value is (23,113,110). Sum of RGB (Red+Green+Blue) = 23+113+110=246 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.35% from 246); Green value is 113 (44.53% from 255 or 45.93% from 246); Blue value is 110 (43.36% from 255 or 44.72% from 246); Max value from RGB is 113 - color contains mainly: green. Hex color #17716E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17716E is #E88E91. Grayscale: #555555. Windows color (decimal): -15240850 or 7237911. OLE color: 7237911.
HSL color Cylindrical-coordinate representation of color #17716E: hue angle of 178º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #17716E is Cyan = 0.80, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 23 | 113 | 110 | - |
| CMYK | 0.80 | 0 | 0.03 | 0.56 |
| HSL | 178º | 0.66% | 0.27% | - |
| HSV(B) | 178º | 0.8% | 0.44% | - |
| XYZ | 9.07 | 13.12 | 16.81 | - |
| YUV | 85.75 | 141.68 | 83.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 113 | 110 | 0.80 | 0 | 0.03 | 0.56 | 178 | 0.66 | 0.27 |
| Hex | 17 | 71 | 6E | 50 | 0 | 3 | 38 | B2 | 42 | 1B |
| Octal | 27 | 161 | 156 | 120 | 0 | 3 | 70 | 262 | 102 | 33 |
| Binary | 10111 | 1110001 | 1101110 | 1010000 | 0 | 11 | 111000 | 10110010 | 1000010 | 11011 |
Color Harmonies of #17716E
Complementary color
Monochromatic Colors of #17716E
Black with #17716E
Text Example
Text Example
White with #17716E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17716E; }
p { color: rgb(23,113,110); }
H1.HeaderClassName
{
color: #17716E;
}
.AnyTagClassName
{
color: #17716E;
}
</style>
background-color css
<style>
a { background-color: #17716E; }
a { background-color: rgb(23,113,110); }
div.DivClassName
{
background-color: #17716E;
}
.BgClassName
{
background-color: #17716E;
}
</style>
border-color css
<style>
span { border-color: #17716E; }
span { border-color: rgb(23,113,110); }
td.TdClassName
{
border-color: #17716E;
}
.TagClassName
{
border-color: #17716E;
}
</style>