Shades of Allports #116C7F
Tints of Allports #116C7F
RGB
CMYK
RGB Variations
Color information
#116C7F (or 0x116C7F) is known color: Allports. HEX triplet: 11, 6C and 7F. RGB value is (17,108,127). Sum of RGB (Red+Green+Blue) = 17+108+127=252 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.75% from 252); Green value is 108 (42.58% from 255 or 42.86% from 252); Blue value is 127 (50% from 255 or 50.40% from 252); Max value from RGB is 127 - color contains mainly: blue. Hex color #116C7F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116C7F is #EE9380. Grayscale: #525252. Windows color (decimal): -15635329 or 8350737. OLE color: 8350737.
HSL color Cylindrical-coordinate representation of color #116C7F: hue angle of 190.36º degrees, saturation: 0.76, 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 #116C7F is Cyan = 0.87, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 17 | 108 | 127 | - |
| CMYK | 0.87 | 0.15 | 0 | 0.50 |
| HSL | 190.36º | 0.76% | 0.28% | - |
| HSV(B) | 190.36º | 0.87% | 0.5% | - |
| XYZ | 9.42 | 12.38 | 21.97 | - |
| YUV | 82.96 | 152.85 | 80.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 108 | 127 | 0.87 | 0.15 | 0 | 0.50 | 190.36 | 0.76 | 0.28 |
| Hex | 11 | 6C | 7F | 57 | F | 0 | 32 | BE | 4C | 1C |
| Octal | 21 | 154 | 177 | 127 | 17 | 0 | 62 | 276 | 114 | 34 |
| Binary | 10001 | 1101100 | 1111111 | 1010111 | 1111 | 0 | 110010 | 10111110 | 1001100 | 11100 |
Color Harmonies of #116C7F
Complementary color
Monochromatic Colors of #116C7F
Black with #116C7F
Text Example
Text Example
White with #116C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116C7F; }
p { color: rgb(17,108,127); }
H1.HeaderClassName
{
color: #116C7F;
}
.AnyTagClassName
{
color: #116C7F;
}
</style>
background-color css
<style>
a { background-color: #116C7F; }
a { background-color: rgb(17,108,127); }
div.DivClassName
{
background-color: #116C7F;
}
.BgClassName
{
background-color: #116C7F;
}
</style>
border-color css
<style>
span { border-color: #116C7F; }
span { border-color: rgb(17,108,127); }
td.TdClassName
{
border-color: #116C7F;
}
.TagClassName
{
border-color: #116C7F;
}
</style>