Shades of Allports #166E85
Tints of Allports #166E85
RGB
CMYK
RGB Variations
Color information
#166E85 (or 0x166E85) is known color: Allports. HEX triplet: 16, 6E and 85. RGB value is (22,110,133). Sum of RGB (Red+Green+Blue) = 22+110+133=265 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.30% from 265); Green value is 110 (43.36% from 255 or 41.51% from 265); Blue value is 133 (52.34% from 255 or 50.19% from 265); Max value from RGB is 133 - color contains mainly: blue. Hex color #166E85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #166E85 is #E9917A. Grayscale: #565656. Windows color (decimal): -15307131 or 8744470. OLE color: 8744470.
HSL color Cylindrical-coordinate representation of color #166E85: hue angle of 192.43º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #166E85 is Cyan = 0.83, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 22 | 110 | 133 | - |
| CMYK | 0.83 | 0.17 | 0 | 0.48 |
| HSL | 192.43º | 0.72% | 0.3% | - |
| HSV(B) | 192.43º | 0.83% | 0.52% | - |
| XYZ | 10.14 | 13.02 | 24.17 | - |
| YUV | 86.31 | 154.35 | 82.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 110 | 133 | 0.83 | 0.17 | 0 | 0.48 | 192.43 | 0.72 | 0.3 |
| Hex | 16 | 6E | 85 | 53 | 11 | 0 | 30 | C0 | 48 | 1E |
| Octal | 26 | 156 | 205 | 123 | 21 | 0 | 60 | 300 | 110 | 36 |
| Binary | 10110 | 1101110 | 10000101 | 1010011 | 10001 | 0 | 110000 | 11000000 | 1001000 | 11110 |
Color Harmonies of #166E85
Complementary color
Monochromatic Colors of #166E85
Black with #166E85
Text Example
Text Example
White with #166E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166E85; }
p { color: rgb(22,110,133); }
H1.HeaderClassName
{
color: #166E85;
}
.AnyTagClassName
{
color: #166E85;
}
</style>
background-color css
<style>
a { background-color: #166E85; }
a { background-color: rgb(22,110,133); }
div.DivClassName
{
background-color: #166E85;
}
.BgClassName
{
background-color: #166E85;
}
</style>
border-color css
<style>
span { border-color: #166E85; }
span { border-color: rgb(22,110,133); }
td.TdClassName
{
border-color: #166E85;
}
.TagClassName
{
border-color: #166E85;
}
</style>