Shades of Allports #116B76
Tints of Allports #116B76
RGB
CMYK
RGB Variations
Color information
#116B76 (or 0x116B76) is known color: Allports. HEX triplet: 11, 6B and 76. RGB value is (17,107,118). Sum of RGB (Red+Green+Blue) = 17+107+118=242 (32% of max value = 765). Red value is 17 (7.03% from 255 or 7.02% from 242); Green value is 107 (42.19% from 255 or 44.21% from 242); Blue value is 118 (46.48% from 255 or 48.76% from 242); Max value from RGB is 118 - color contains mainly: blue. Hex color #116B76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116B76 is #EE9489. Grayscale: #515151. Windows color (decimal): -15635594 or 7760657. OLE color: 7760657.
HSL color Cylindrical-coordinate representation of color #116B76: hue angle of 186.53º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #116B76 is Cyan = 0.86, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 17 | 107 | 118 | - |
| CMYK | 0.86 | 0.09 | 0 | 0.54 |
| HSL | 186.53º | 0.75% | 0.26% | - |
| HSV(B) | 186.53º | 0.86% | 0.46% | - |
| XYZ | 8.76 | 11.94 | 18.98 | - |
| YUV | 81.34 | 148.68 | 82.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 107 | 118 | 0.86 | 0.09 | 0 | 0.54 | 186.53 | 0.75 | 0.26 |
| Hex | 11 | 6B | 76 | 56 | 9 | 0 | 36 | BB | 4B | 1A |
| Octal | 21 | 153 | 166 | 126 | 11 | 0 | 66 | 273 | 113 | 32 |
| Binary | 10001 | 1101011 | 1110110 | 1010110 | 1001 | 0 | 110110 | 10111011 | 1001011 | 11010 |
Color Harmonies of #116B76
Complementary color
Monochromatic Colors of #116B76
Black with #116B76
Text Example
Text Example
White with #116B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116B76; }
p { color: rgb(17,107,118); }
H1.HeaderClassName
{
color: #116B76;
}
.AnyTagClassName
{
color: #116B76;
}
</style>
background-color css
<style>
a { background-color: #116B76; }
a { background-color: rgb(17,107,118); }
div.DivClassName
{
background-color: #116B76;
}
.BgClassName
{
background-color: #116B76;
}
</style>
border-color css
<style>
span { border-color: #116B76; }
span { border-color: rgb(17,107,118); }
td.TdClassName
{
border-color: #116B76;
}
.TagClassName
{
border-color: #116B76;
}
</style>