Shades of Allports #116B7B
Tints of Allports #116B7B
RGB
CMYK
RGB Variations
Color information
#116B7B (or 0x116B7B) is known color: Allports. HEX triplet: 11, 6B and 7B. RGB value is (17,107,123). Sum of RGB (Red+Green+Blue) = 17+107+123=247 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.88% from 247); Green value is 107 (42.19% from 255 or 43.32% from 247); Blue value is 123 (48.44% from 255 or 49.80% from 247); Max value from RGB is 123 - color contains mainly: blue. Hex color #116B7B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116B7B is #EE9484. Grayscale: #515151. Windows color (decimal): -15635589 or 8088337. OLE color: 8088337.
HSL color Cylindrical-coordinate representation of color #116B7B: hue angle of 189.06º 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 #116B7B is Cyan = 0.86, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 17 | 107 | 123 | - |
| CMYK | 0.86 | 0.13 | 0 | 0.52 |
| HSL | 189.06º | 0.76% | 0.27% | - |
| HSV(B) | 189.06º | 0.86% | 0.48% | - |
| XYZ | 9.06 | 12.06 | 20.59 | - |
| YUV | 81.91 | 151.18 | 81.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 107 | 123 | 0.86 | 0.13 | 0 | 0.52 | 189.06 | 0.76 | 0.27 |
| Hex | 11 | 6B | 7B | 56 | D | 0 | 34 | BD | 4C | 1B |
| Octal | 21 | 153 | 173 | 126 | 15 | 0 | 64 | 275 | 114 | 33 |
| Binary | 10001 | 1101011 | 1111011 | 1010110 | 1101 | 0 | 110100 | 10111101 | 1001100 | 11011 |
Color Harmonies of #116B7B
Complementary color
Monochromatic Colors of #116B7B
Black with #116B7B
Text Example
Text Example
White with #116B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116B7B; }
p { color: rgb(17,107,123); }
H1.HeaderClassName
{
color: #116B7B;
}
.AnyTagClassName
{
color: #116B7B;
}
</style>
background-color css
<style>
a { background-color: #116B7B; }
a { background-color: rgb(17,107,123); }
div.DivClassName
{
background-color: #116B7B;
}
.BgClassName
{
background-color: #116B7B;
}
</style>
border-color css
<style>
span { border-color: #116B7B; }
span { border-color: rgb(17,107,123); }
td.TdClassName
{
border-color: #116B7B;
}
.TagClassName
{
border-color: #116B7B;
}
</style>