Shades of Allports #116C74
Tints of Allports #116C74
RGB
CMYK
RGB Variations
Color information
#116C74 (or 0x116C74) is known color: Allports. HEX triplet: 11, 6C and 74. RGB value is (17,108,116). Sum of RGB (Red+Green+Blue) = 17+108+116=241 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.05% from 241); Green value is 108 (42.58% from 255 or 44.81% from 241); Blue value is 116 (45.70% from 255 or 48.13% from 241); Max value from RGB is 116 - color contains mainly: blue. Hex color #116C74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116C74 is #EE938B. Grayscale: #515151. Windows color (decimal): -15635340 or 7629841. OLE color: 7629841.
HSL color Cylindrical-coordinate representation of color #116C74: hue angle of 184.85º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #116C74 is Cyan = 0.85, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 17 | 108 | 116 | - |
| CMYK | 0.85 | 0.07 | 0 | 0.55 |
| HSL | 184.85º | 0.74% | 0.26% | - |
| HSV(B) | 184.85º | 0.85% | 0.45% | - |
| XYZ | 8.75 | 12.11 | 18.4 | - |
| YUV | 81.7 | 147.35 | 81.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 108 | 116 | 0.85 | 0.07 | 0 | 0.55 | 184.85 | 0.74 | 0.26 |
| Hex | 11 | 6C | 74 | 55 | 7 | 0 | 37 | B9 | 4A | 1A |
| Octal | 21 | 154 | 164 | 125 | 7 | 0 | 67 | 271 | 112 | 32 |
| Binary | 10001 | 1101100 | 1110100 | 1010101 | 111 | 0 | 110111 | 10111001 | 1001010 | 11010 |
Color Harmonies of #116C74
Complementary color
Monochromatic Colors of #116C74
Black with #116C74
Text Example
Text Example
White with #116C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116C74; }
p { color: rgb(17,108,116); }
H1.HeaderClassName
{
color: #116C74;
}
.AnyTagClassName
{
color: #116C74;
}
</style>
background-color css
<style>
a { background-color: #116C74; }
a { background-color: rgb(17,108,116); }
div.DivClassName
{
background-color: #116C74;
}
.BgClassName
{
background-color: #116C74;
}
</style>
border-color css
<style>
span { border-color: #116C74; }
span { border-color: rgb(17,108,116); }
td.TdClassName
{
border-color: #116C74;
}
.TagClassName
{
border-color: #116C74;
}
</style>