Shades of Blue Stone #116D60
Tints of Blue Stone #116D60
RGB
CMYK
RGB Variations
Color information
#116D60 (or 0x116D60) is known color: Blue Stone. HEX triplet: 11, 6D and 60. RGB value is (17,109,96). Sum of RGB (Red+Green+Blue) = 17+109+96=222 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.66% from 222); Green value is 109 (42.97% from 255 or 49.10% from 222); Blue value is 96 (37.89% from 255 or 43.24% from 222); Max value from RGB is 109 - color contains mainly: green. Hex color #116D60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116D60 is #EE929F. Grayscale: #4F4F4F. Windows color (decimal): -15635104 or 6319377. OLE color: 6319377.
HSL color Cylindrical-coordinate representation of color #116D60: hue angle of 171.52º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #116D60 is Cyan = 0.84, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 17 | 109 | 96 | - |
| CMYK | 0.84 | 0 | 0.12 | 0.57 |
| HSL | 171.52º | 0.73% | 0.25% | - |
| HSV(B) | 171.52º | 0.84% | 0.43% | - |
| XYZ | 7.81 | 11.9 | 12.95 | - |
| YUV | 80.01 | 137.02 | 83.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 109 | 96 | 0.84 | 0 | 0.12 | 0.57 | 171.52 | 0.73 | 0.25 |
| Hex | 11 | 6D | 60 | 54 | 0 | C | 39 | AC | 49 | 19 |
| Octal | 21 | 155 | 140 | 124 | 0 | 14 | 71 | 254 | 111 | 31 |
| Binary | 10001 | 1101101 | 1100000 | 1010100 | 0 | 1100 | 111001 | 10101100 | 1001001 | 11001 |
Color Harmonies of #116D60
Complementary color
Monochromatic Colors of #116D60
Black with #116D60
Text Example
Text Example
White with #116D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116D60; }
p { color: rgb(17,109,96); }
H1.HeaderClassName
{
color: #116D60;
}
.AnyTagClassName
{
color: #116D60;
}
</style>
background-color css
<style>
a { background-color: #116D60; }
a { background-color: rgb(17,109,96); }
div.DivClassName
{
background-color: #116D60;
}
.BgClassName
{
background-color: #116D60;
}
</style>
border-color css
<style>
span { border-color: #116D60; }
span { border-color: rgb(17,109,96); }
td.TdClassName
{
border-color: #116D60;
}
.TagClassName
{
border-color: #116D60;
}
</style>