Shades of Allports #166A7F
Tints of Allports #166A7F
RGB
CMYK
RGB Variations
Color information
#166A7F (or 0x166A7F) is known color: Allports. HEX triplet: 16, 6A and 7F. RGB value is (22,106,127). Sum of RGB (Red+Green+Blue) = 22+106+127=255 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.63% from 255); Green value is 106 (41.80% from 255 or 41.57% from 255); Blue value is 127 (50% from 255 or 49.80% from 255); Max value from RGB is 127 - color contains mainly: blue. Hex color #166A7F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #166A7F is #E99580. Grayscale: #535353. Windows color (decimal): -15308161 or 8350230. OLE color: 8350230.
HSL color Cylindrical-coordinate representation of color #166A7F: hue angle of 192º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #166A7F is Cyan = 0.83, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 22 | 106 | 127 | - |
| CMYK | 0.83 | 0.17 | 0 | 0.50 |
| HSL | 192º | 0.7% | 0.29% | - |
| HSV(B) | 192º | 0.83% | 0.5% | - |
| XYZ | 9.32 | 12.01 | 21.91 | - |
| YUV | 83.28 | 152.67 | 84.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 106 | 127 | 0.83 | 0.17 | 0 | 0.50 | 192 | 0.7 | 0.29 |
| Hex | 16 | 6A | 7F | 53 | 11 | 0 | 32 | C0 | 46 | 1D |
| Octal | 26 | 152 | 177 | 123 | 21 | 0 | 62 | 300 | 106 | 35 |
| Binary | 10110 | 1101010 | 1111111 | 1010011 | 10001 | 0 | 110010 | 11000000 | 1000110 | 11101 |
Color Harmonies of #166A7F
Complementary color
Monochromatic Colors of #166A7F
Black with #166A7F
Text Example
Text Example
White with #166A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166A7F; }
p { color: rgb(22,106,127); }
H1.HeaderClassName
{
color: #166A7F;
}
.AnyTagClassName
{
color: #166A7F;
}
</style>
background-color css
<style>
a { background-color: #166A7F; }
a { background-color: rgb(22,106,127); }
div.DivClassName
{
background-color: #166A7F;
}
.BgClassName
{
background-color: #166A7F;
}
</style>
border-color css
<style>
span { border-color: #166A7F; }
span { border-color: rgb(22,106,127); }
td.TdClassName
{
border-color: #166A7F;
}
.TagClassName
{
border-color: #166A7F;
}
</style>