Shades of Blue Stone #116A65
Tints of Blue Stone #116A65
RGB
CMYK
RGB Variations
Color information
#116A65 (or 0x116A65) is known color: Blue Stone. HEX triplet: 11, 6A and 65. RGB value is (17,106,101). Sum of RGB (Red+Green+Blue) = 17+106+101=224 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.59% from 224); Green value is 106 (41.80% from 255 or 47.32% from 224); Blue value is 101 (39.84% from 255 or 45.09% from 224); Max value from RGB is 106 - color contains mainly: green. Hex color #116A65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116A65 is #EE959A. Grayscale: #4E4E4E. Windows color (decimal): -15635867 or 6646289. OLE color: 6646289.
HSL color Cylindrical-coordinate representation of color #116A65: hue angle of 176.63º 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 #116A65 is Cyan = 0.84, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 17 | 106 | 101 | - |
| CMYK | 0.84 | 0 | 0.05 | 0.58 |
| HSL | 176.63º | 0.72% | 0.24% | - |
| HSV(B) | 176.63º | 0.84% | 0.42% | - |
| XYZ | 7.73 | 11.37 | 14.1 | - |
| YUV | 78.82 | 140.51 | 83.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 106 | 101 | 0.84 | 0 | 0.05 | 0.58 | 176.63 | 0.72 | 0.24 |
| Hex | 11 | 6A | 65 | 54 | 0 | 5 | 3A | B1 | 48 | 18 |
| Octal | 21 | 152 | 145 | 124 | 0 | 5 | 72 | 261 | 110 | 30 |
| Binary | 10001 | 1101010 | 1100101 | 1010100 | 0 | 101 | 111010 | 10110001 | 1001000 | 11000 |
Color Harmonies of #116A65
Complementary color
Monochromatic Colors of #116A65
Black with #116A65
Text Example
Text Example
White with #116A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116A65; }
p { color: rgb(17,106,101); }
H1.HeaderClassName
{
color: #116A65;
}
.AnyTagClassName
{
color: #116A65;
}
</style>
background-color css
<style>
a { background-color: #116A65; }
a { background-color: rgb(17,106,101); }
div.DivClassName
{
background-color: #116A65;
}
.BgClassName
{
background-color: #116A65;
}
</style>
border-color css
<style>
span { border-color: #116A65; }
span { border-color: rgb(17,106,101); }
td.TdClassName
{
border-color: #116A65;
}
.TagClassName
{
border-color: #116A65;
}
</style>