Shades of Allports #116E7C
Tints of Allports #116E7C
RGB
CMYK
RGB Variations
Color information
#116E7C (or 0x116E7C) is known color: Allports. HEX triplet: 11, 6E and 7C. RGB value is (17,110,124). Sum of RGB (Red+Green+Blue) = 17+110+124=251 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.77% from 251); Green value is 110 (43.36% from 255 or 43.82% from 251); Blue value is 124 (48.83% from 255 or 49.40% from 251); Max value from RGB is 124 - color contains mainly: blue. Hex color #116E7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116E7C is #EE9183. Grayscale: #535353. Windows color (decimal): -15634820 or 8154641. OLE color: 8154641.
HSL color Cylindrical-coordinate representation of color #116E7C: hue angle of 187.85º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #116E7C is Cyan = 0.86, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 17 | 110 | 124 | - |
| CMYK | 0.86 | 0.11 | 0 | 0.51 |
| HSL | 187.85º | 0.76% | 0.28% | - |
| HSV(B) | 187.85º | 0.86% | 0.49% | - |
| XYZ | 9.45 | 12.73 | 21.03 | - |
| YUV | 83.79 | 150.69 | 80.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 110 | 124 | 0.86 | 0.11 | 0 | 0.51 | 187.85 | 0.76 | 0.28 |
| Hex | 11 | 6E | 7C | 56 | B | 0 | 33 | BC | 4C | 1C |
| Octal | 21 | 156 | 174 | 126 | 13 | 0 | 63 | 274 | 114 | 34 |
| Binary | 10001 | 1101110 | 1111100 | 1010110 | 1011 | 0 | 110011 | 10111100 | 1001100 | 11100 |
Color Harmonies of #116E7C
Complementary color
Monochromatic Colors of #116E7C
Black with #116E7C
Text Example
Text Example
White with #116E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116E7C; }
p { color: rgb(17,110,124); }
H1.HeaderClassName
{
color: #116E7C;
}
.AnyTagClassName
{
color: #116E7C;
}
</style>
background-color css
<style>
a { background-color: #116E7C; }
a { background-color: rgb(17,110,124); }
div.DivClassName
{
background-color: #116E7C;
}
.BgClassName
{
background-color: #116E7C;
}
</style>
border-color css
<style>
span { border-color: #116E7C; }
span { border-color: rgb(17,110,124); }
td.TdClassName
{
border-color: #116E7C;
}
.TagClassName
{
border-color: #116E7C;
}
</style>