Shades of Blue Stone #116E6A
Tints of Blue Stone #116E6A
RGB
CMYK
RGB Variations
Color information
#116E6A (or 0x116E6A) is known color: Blue Stone. HEX triplet: 11, 6E and 6A. RGB value is (17,110,106). Sum of RGB (Red+Green+Blue) = 17+110+106=233 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.30% from 233); Green value is 110 (43.36% from 255 or 47.21% from 233); Blue value is 106 (41.80% from 255 or 45.49% from 233); Max value from RGB is 110 - color contains mainly: green. Hex color #116E6A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116E6A is #EE9195. Grayscale: #515151. Windows color (decimal): -15634838 or 6974993. OLE color: 6974993.
HSL color Cylindrical-coordinate representation of color #116E6A: hue angle of 177.42º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #116E6A is Cyan = 0.85, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 17 | 110 | 106 | - |
| CMYK | 0.85 | 0 | 0.04 | 0.57 |
| HSL | 177.42º | 0.73% | 0.25% | - |
| HSV(B) | 177.42º | 0.85% | 0.43% | - |
| XYZ | 8.41 | 12.31 | 15.57 | - |
| YUV | 81.74 | 141.69 | 81.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 110 | 106 | 0.85 | 0 | 0.04 | 0.57 | 177.42 | 0.73 | 0.25 |
| Hex | 11 | 6E | 6A | 55 | 0 | 4 | 39 | B1 | 49 | 19 |
| Octal | 21 | 156 | 152 | 125 | 0 | 4 | 71 | 261 | 111 | 31 |
| Binary | 10001 | 1101110 | 1101010 | 1010101 | 0 | 100 | 111001 | 10110001 | 1001001 | 11001 |
Color Harmonies of #116E6A
Complementary color
Monochromatic Colors of #116E6A
Black with #116E6A
Text Example
Text Example
White with #116E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116E6A; }
p { color: rgb(17,110,106); }
H1.HeaderClassName
{
color: #116E6A;
}
.AnyTagClassName
{
color: #116E6A;
}
</style>
background-color css
<style>
a { background-color: #116E6A; }
a { background-color: rgb(17,110,106); }
div.DivClassName
{
background-color: #116E6A;
}
.BgClassName
{
background-color: #116E6A;
}
</style>
border-color css
<style>
span { border-color: #116E6A; }
span { border-color: rgb(17,110,106); }
td.TdClassName
{
border-color: #116E6A;
}
.TagClassName
{
border-color: #116E6A;
}
</style>