Shades of Allports #116C7A
Tints of Allports #116C7A
RGB
CMYK
RGB Variations
Color information
#116C7A (or 0x116C7A) is known color: Allports. HEX triplet: 11, 6C and 7A. RGB value is (17,108,122). Sum of RGB (Red+Green+Blue) = 17+108+122=247 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.88% from 247); Green value is 108 (42.58% from 255 or 43.72% from 247); Blue value is 122 (48.05% from 255 or 49.39% from 247); Max value from RGB is 122 - color contains mainly: blue. Hex color #116C7A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116C7A is #EE9385. Grayscale: #525252. Windows color (decimal): -15635334 or 8023057. OLE color: 8023057.
HSL color Cylindrical-coordinate representation of color #116C7A: hue angle of 188º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #116C7A is Cyan = 0.86, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 17 | 108 | 122 | - |
| CMYK | 0.86 | 0.11 | 0 | 0.52 |
| HSL | 188º | 0.76% | 0.27% | - |
| HSV(B) | 188º | 0.86% | 0.48% | - |
| XYZ | 9.11 | 12.25 | 20.3 | - |
| YUV | 82.39 | 150.35 | 81.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 108 | 122 | 0.86 | 0.11 | 0 | 0.52 | 188 | 0.76 | 0.27 |
| Hex | 11 | 6C | 7A | 56 | B | 0 | 34 | BC | 4C | 1B |
| Octal | 21 | 154 | 172 | 126 | 13 | 0 | 64 | 274 | 114 | 33 |
| Binary | 10001 | 1101100 | 1111010 | 1010110 | 1011 | 0 | 110100 | 10111100 | 1001100 | 11011 |
Color Harmonies of #116C7A
Complementary color
Monochromatic Colors of #116C7A
Black with #116C7A
Text Example
Text Example
White with #116C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116C7A; }
p { color: rgb(17,108,122); }
H1.HeaderClassName
{
color: #116C7A;
}
.AnyTagClassName
{
color: #116C7A;
}
</style>
background-color css
<style>
a { background-color: #116C7A; }
a { background-color: rgb(17,108,122); }
div.DivClassName
{
background-color: #116C7A;
}
.BgClassName
{
background-color: #116C7A;
}
</style>
border-color css
<style>
span { border-color: #116C7A; }
span { border-color: rgb(17,108,122); }
td.TdClassName
{
border-color: #116C7A;
}
.TagClassName
{
border-color: #116C7A;
}
</style>