Shades of Allports #116E80
Tints of Allports #116E80
RGB
CMYK
RGB Variations
Color information
#116E80 (or 0x116E80) is known color: Allports. HEX triplet: 11, 6E and 80. RGB value is (17,110,128). Sum of RGB (Red+Green+Blue) = 17+110+128=255 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.67% from 255); Green value is 110 (43.36% from 255 or 43.14% from 255); Blue value is 128 (50.39% from 255 or 50.20% from 255); Max value from RGB is 128 - color contains mainly: blue. Hex color #116E80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116E80 is #EE917F. Grayscale: #545454. Windows color (decimal): -15634816 or 8416785. OLE color: 8416785.
HSL color Cylindrical-coordinate representation of color #116E80: hue angle of 189.73º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #116E80 is Cyan = 0.87, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 17 | 110 | 128 | - |
| CMYK | 0.87 | 0.14 | 0 | 0.50 |
| HSL | 189.73º | 0.77% | 0.28% | - |
| HSV(B) | 189.73º | 0.87% | 0.5% | - |
| XYZ | 9.7 | 12.83 | 22.39 | - |
| YUV | 84.25 | 152.69 | 80.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 110 | 128 | 0.87 | 0.14 | 0 | 0.50 | 189.73 | 0.77 | 0.28 |
| Hex | 11 | 6E | 80 | 57 | E | 0 | 32 | BE | 4D | 1C |
| Octal | 21 | 156 | 200 | 127 | 16 | 0 | 62 | 276 | 115 | 34 |
| Binary | 10001 | 1101110 | 10000000 | 1010111 | 1110 | 0 | 110010 | 10111110 | 1001101 | 11100 |
Color Harmonies of #116E80
Complementary color
Monochromatic Colors of #116E80
Black with #116E80
Text Example
Text Example
White with #116E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116E80; }
p { color: rgb(17,110,128); }
H1.HeaderClassName
{
color: #116E80;
}
.AnyTagClassName
{
color: #116E80;
}
</style>
background-color css
<style>
a { background-color: #116E80; }
a { background-color: rgb(17,110,128); }
div.DivClassName
{
background-color: #116E80;
}
.BgClassName
{
background-color: #116E80;
}
</style>
border-color css
<style>
span { border-color: #116E80; }
span { border-color: rgb(17,110,128); }
td.TdClassName
{
border-color: #116E80;
}
.TagClassName
{
border-color: #116E80;
}
</style>