Shades of Blue Stone #17716A
Tints of Blue Stone #17716A
RGB
CMYK
RGB Variations
Color information
#17716A (or 0x17716A) is known color: Blue Stone. HEX triplet: 17, 71 and 6A. RGB value is (23,113,106). Sum of RGB (Red+Green+Blue) = 23+113+106=242 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.50% from 242); Green value is 113 (44.53% from 255 or 46.69% from 242); Blue value is 106 (41.80% from 255 or 43.80% from 242); Max value from RGB is 113 - color contains mainly: green. Hex color #17716A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17716A is #E88E95. Grayscale: #555555. Windows color (decimal): -15240854 or 6975767. OLE color: 6975767.
HSL color Cylindrical-coordinate representation of color #17716A: hue angle of 175.33º 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 #17716A is Cyan = 0.80, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 23 | 113 | 106 | - |
| CMYK | 0.80 | 0 | 0.06 | 0.56 |
| HSL | 175.33º | 0.66% | 0.27% | - |
| HSV(B) | 175.33º | 0.8% | 0.44% | - |
| XYZ | 8.86 | 13.03 | 15.68 | - |
| YUV | 85.29 | 139.68 | 83.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 113 | 106 | 0.80 | 0 | 0.06 | 0.56 | 175.33 | 0.66 | 0.27 |
| Hex | 17 | 71 | 6A | 50 | 0 | 6 | 38 | AF | 42 | 1B |
| Octal | 27 | 161 | 152 | 120 | 0 | 6 | 70 | 257 | 102 | 33 |
| Binary | 10111 | 1110001 | 1101010 | 1010000 | 0 | 110 | 111000 | 10101111 | 1000010 | 11011 |
Color Harmonies of #17716A
Complementary color
Monochromatic Colors of #17716A
Black with #17716A
Text Example
Text Example
White with #17716A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17716A; }
p { color: rgb(23,113,106); }
H1.HeaderClassName
{
color: #17716A;
}
.AnyTagClassName
{
color: #17716A;
}
</style>
background-color css
<style>
a { background-color: #17716A; }
a { background-color: rgb(23,113,106); }
div.DivClassName
{
background-color: #17716A;
}
.BgClassName
{
background-color: #17716A;
}
</style>
border-color css
<style>
span { border-color: #17716A; }
span { border-color: rgb(23,113,106); }
td.TdClassName
{
border-color: #17716A;
}
.TagClassName
{
border-color: #17716A;
}
</style>