Shades of Blue Stone #116A60
Tints of Blue Stone #116A60
RGB
CMYK
RGB Variations
Color information
#116A60 (or 0x116A60) is known color: Blue Stone. HEX triplet: 11, 6A and 60. RGB value is (17,106,96). Sum of RGB (Red+Green+Blue) = 17+106+96=219 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.76% from 219); Green value is 106 (41.80% from 255 or 48.40% from 219); Blue value is 96 (37.89% from 255 or 43.84% from 219); Max value from RGB is 106 - color contains mainly: green. Hex color #116A60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116A60 is #EE959F. Grayscale: #4E4E4E. Windows color (decimal): -15635872 or 6318609. OLE color: 6318609.
HSL color Cylindrical-coordinate representation of color #116A60: hue angle of 173.26º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #116A60 is Cyan = 0.84, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 17 | 106 | 96 | - |
| CMYK | 0.84 | 0 | 0.09 | 0.58 |
| HSL | 173.26º | 0.72% | 0.24% | - |
| HSV(B) | 173.26º | 0.84% | 0.42% | - |
| XYZ | 7.5 | 11.27 | 12.85 | - |
| YUV | 78.25 | 138.01 | 84.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 106 | 96 | 0.84 | 0 | 0.09 | 0.58 | 173.26 | 0.72 | 0.24 |
| Hex | 11 | 6A | 60 | 54 | 0 | 9 | 3A | AD | 48 | 18 |
| Octal | 21 | 152 | 140 | 124 | 0 | 11 | 72 | 255 | 110 | 30 |
| Binary | 10001 | 1101010 | 1100000 | 1010100 | 0 | 1001 | 111010 | 10101101 | 1001000 | 11000 |
Color Harmonies of #116A60
Complementary color
Monochromatic Colors of #116A60
Black with #116A60
Text Example
Text Example
White with #116A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116A60; }
p { color: rgb(17,106,96); }
H1.HeaderClassName
{
color: #116A60;
}
.AnyTagClassName
{
color: #116A60;
}
</style>
background-color css
<style>
a { background-color: #116A60; }
a { background-color: rgb(17,106,96); }
div.DivClassName
{
background-color: #116A60;
}
.BgClassName
{
background-color: #116A60;
}
</style>
border-color css
<style>
span { border-color: #116A60; }
span { border-color: rgb(17,106,96); }
td.TdClassName
{
border-color: #116A60;
}
.TagClassName
{
border-color: #116A60;
}
</style>