Shades of Allports #166B7F
Tints of Allports #166B7F
RGB
CMYK
RGB Variations
Color information
#166B7F (or 0x166B7F) is known color: Allports. HEX triplet: 16, 6B and 7F. RGB value is (22,107,127). Sum of RGB (Red+Green+Blue) = 22+107+127=256 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.59% from 256); Green value is 107 (42.19% from 255 or 41.80% from 256); Blue value is 127 (50% from 255 or 49.61% from 256); Max value from RGB is 127 - color contains mainly: blue. Hex color #166B7F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #166B7F is #E99480. Grayscale: #535353. Windows color (decimal): -15307905 or 8350486. OLE color: 8350486.
HSL color Cylindrical-coordinate representation of color #166B7F: hue angle of 191.43º 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 #166B7F is Cyan = 0.83, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 22 | 107 | 127 | - |
| CMYK | 0.83 | 0.16 | 0 | 0.50 |
| HSL | 191.43º | 0.7% | 0.29% | - |
| HSV(B) | 191.43º | 0.83% | 0.5% | - |
| XYZ | 9.42 | 12.22 | 21.94 | - |
| YUV | 83.87 | 152.34 | 83.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 107 | 127 | 0.83 | 0.16 | 0 | 0.50 | 191.43 | 0.7 | 0.29 |
| Hex | 16 | 6B | 7F | 53 | 10 | 0 | 32 | BF | 46 | 1D |
| Octal | 26 | 153 | 177 | 123 | 20 | 0 | 62 | 277 | 106 | 35 |
| Binary | 10110 | 1101011 | 1111111 | 1010011 | 10000 | 0 | 110010 | 10111111 | 1000110 | 11101 |
Color Harmonies of #166B7F
Complementary color
Monochromatic Colors of #166B7F
Black with #166B7F
Text Example
Text Example
White with #166B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166B7F; }
p { color: rgb(22,107,127); }
H1.HeaderClassName
{
color: #166B7F;
}
.AnyTagClassName
{
color: #166B7F;
}
</style>
background-color css
<style>
a { background-color: #166B7F; }
a { background-color: rgb(22,107,127); }
div.DivClassName
{
background-color: #166B7F;
}
.BgClassName
{
background-color: #166B7F;
}
</style>
border-color css
<style>
span { border-color: #166B7F; }
span { border-color: rgb(22,107,127); }
td.TdClassName
{
border-color: #166B7F;
}
.TagClassName
{
border-color: #166B7F;
}
</style>