Shades of Allports #166B7B
Tints of Allports #166B7B
RGB
CMYK
RGB Variations
Color information
#166B7B (or 0x166B7B) is known color: Allports. HEX triplet: 16, 6B and 7B. RGB value is (22,107,123). Sum of RGB (Red+Green+Blue) = 22+107+123=252 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.73% from 252); Green value is 107 (42.19% from 255 or 42.46% from 252); Blue value is 123 (48.44% from 255 or 48.81% from 252); Max value from RGB is 123 - color contains mainly: blue. Hex color #166B7B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #166B7B is #E99484. Grayscale: #535353. Windows color (decimal): -15307909 or 8088342. OLE color: 8088342.
HSL color Cylindrical-coordinate representation of color #166B7B: hue angle of 189.5º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #166B7B is Cyan = 0.82, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 22 | 107 | 123 | - |
| CMYK | 0.82 | 0.13 | 0 | 0.52 |
| HSL | 189.5º | 0.7% | 0.28% | - |
| HSV(B) | 189.5º | 0.82% | 0.48% | - |
| XYZ | 9.16 | 12.12 | 20.59 | - |
| YUV | 83.41 | 150.34 | 84.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 107 | 123 | 0.82 | 0.13 | 0 | 0.52 | 189.5 | 0.7 | 0.28 |
| Hex | 16 | 6B | 7B | 52 | D | 0 | 34 | BE | 46 | 1C |
| Octal | 26 | 153 | 173 | 122 | 15 | 0 | 64 | 276 | 106 | 34 |
| Binary | 10110 | 1101011 | 1111011 | 1010010 | 1101 | 0 | 110100 | 10111110 | 1000110 | 11100 |
Color Harmonies of #166B7B
Complementary color
Monochromatic Colors of #166B7B
Black with #166B7B
Text Example
Text Example
White with #166B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166B7B; }
p { color: rgb(22,107,123); }
H1.HeaderClassName
{
color: #166B7B;
}
.AnyTagClassName
{
color: #166B7B;
}
</style>
background-color css
<style>
a { background-color: #166B7B; }
a { background-color: rgb(22,107,123); }
div.DivClassName
{
background-color: #166B7B;
}
.BgClassName
{
background-color: #166B7B;
}
</style>
border-color css
<style>
span { border-color: #166B7B; }
span { border-color: rgb(22,107,123); }
td.TdClassName
{
border-color: #166B7B;
}
.TagClassName
{
border-color: #166B7B;
}
</style>