Shades of Allports #167A87
Tints of Allports #167A87
RGB
CMYK
RGB Variations
Color information
#167A87 (or 0x167A87) is known color: Allports. HEX triplet: 16, 7A and 87. RGB value is (22,122,135). Sum of RGB (Red+Green+Blue) = 22+122+135=279 (36% of max value = 765). Red value is 22 (8.98% from 255 or 7.89% from 279); Green value is 122 (48.05% from 255 or 43.73% from 279); Blue value is 135 (53.12% from 255 or 48.39% from 279); Max value from RGB is 135 - color contains mainly: blue. Hex color #167A87 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #167A87 is #E98578. Grayscale: #5D5D5D. Windows color (decimal): -15304057 or 8878614. OLE color: 8878614.
HSL color Cylindrical-coordinate representation of color #167A87: hue angle of 186.9º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #167A87 is Cyan = 0.84, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 22 | 122 | 135 | - |
| CMYK | 0.84 | 0.10 | 0 | 0.47 |
| HSL | 186.9º | 0.72% | 0.31% | - |
| HSV(B) | 186.9º | 0.84% | 0.53% | - |
| XYZ | 11.66 | 15.84 | 25.36 | - |
| YUV | 93.58 | 151.37 | 76.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 122 | 135 | 0.84 | 0.10 | 0 | 0.47 | 186.9 | 0.72 | 0.31 |
| Hex | 16 | 7A | 87 | 54 | A | 0 | 2F | BB | 48 | 1F |
| Octal | 26 | 172 | 207 | 124 | 12 | 0 | 57 | 273 | 110 | 37 |
| Binary | 10110 | 1111010 | 10000111 | 1010100 | 1010 | 0 | 101111 | 10111011 | 1001000 | 11111 |
Color Harmonies of #167A87
Complementary color
Monochromatic Colors of #167A87
Black with #167A87
Text Example
Text Example
White with #167A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #167A87; }
p { color: rgb(22,122,135); }
H1.HeaderClassName
{
color: #167A87;
}
.AnyTagClassName
{
color: #167A87;
}
</style>
background-color css
<style>
a { background-color: #167A87; }
a { background-color: rgb(22,122,135); }
div.DivClassName
{
background-color: #167A87;
}
.BgClassName
{
background-color: #167A87;
}
</style>
border-color css
<style>
span { border-color: #167A87; }
span { border-color: rgb(22,122,135); }
td.TdClassName
{
border-color: #167A87;
}
.TagClassName
{
border-color: #167A87;
}
</style>