Shades of Blue Stone #17726A
Tints of Blue Stone #17726A
RGB
CMYK
RGB Variations
Color information
#17726A (or 0x17726A) is known color: Blue Stone. HEX triplet: 17, 72 and 6A. RGB value is (23,114,106). Sum of RGB (Red+Green+Blue) = 23+114+106=243 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.47% from 243); Green value is 114 (44.92% from 255 or 46.91% from 243); Blue value is 106 (41.80% from 255 or 43.62% from 243); Max value from RGB is 114 - color contains mainly: green. Hex color #17726A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17726A is #E88D95. Grayscale: #555555. Windows color (decimal): -15240598 or 6976023. OLE color: 6976023.
HSL color Cylindrical-coordinate representation of color #17726A: hue angle of 174.73º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #17726A is Cyan = 0.80, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 23 | 114 | 106 | - |
| CMYK | 0.80 | 0 | 0.07 | 0.55 |
| HSL | 174.73º | 0.66% | 0.27% | - |
| HSV(B) | 174.73º | 0.8% | 0.45% | - |
| XYZ | 8.97 | 13.26 | 15.72 | - |
| YUV | 85.88 | 139.35 | 83.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 114 | 106 | 0.80 | 0 | 0.07 | 0.55 | 174.73 | 0.66 | 0.27 |
| Hex | 17 | 72 | 6A | 50 | 0 | 7 | 37 | AF | 42 | 1B |
| Octal | 27 | 162 | 152 | 120 | 0 | 7 | 67 | 257 | 102 | 33 |
| Binary | 10111 | 1110010 | 1101010 | 1010000 | 0 | 111 | 110111 | 10101111 | 1000010 | 11011 |
Color Harmonies of #17726A
Complementary color
Monochromatic Colors of #17726A
Black with #17726A
Text Example
Text Example
White with #17726A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17726A; }
p { color: rgb(23,114,106); }
H1.HeaderClassName
{
color: #17726A;
}
.AnyTagClassName
{
color: #17726A;
}
</style>
background-color css
<style>
a { background-color: #17726A; }
a { background-color: rgb(23,114,106); }
div.DivClassName
{
background-color: #17726A;
}
.BgClassName
{
background-color: #17726A;
}
</style>
border-color css
<style>
span { border-color: #17726A; }
span { border-color: rgb(23,114,106); }
td.TdClassName
{
border-color: #17726A;
}
.TagClassName
{
border-color: #17726A;
}
</style>