Shades of Allports #166C75
Tints of Allports #166C75
RGB
CMYK
RGB Variations
Color information
#166C75 (or 0x166C75) is known color: Allports. HEX triplet: 16, 6C and 75. RGB value is (22,108,117). Sum of RGB (Red+Green+Blue) = 22+108+117=247 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.91% from 247); Green value is 108 (42.58% from 255 or 43.72% from 247); Blue value is 117 (46.09% from 255 or 47.37% from 247); Max value from RGB is 117 - color contains mainly: blue. Hex color #166C75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #166C75 is #E9938A. Grayscale: #535353. Windows color (decimal): -15307659 or 7695382. OLE color: 7695382.
HSL color Cylindrical-coordinate representation of color #166C75: hue angle of 185.68º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #166C75 is Cyan = 0.81, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 22 | 108 | 117 | - |
| CMYK | 0.81 | 0.08 | 0 | 0.54 |
| HSL | 185.68º | 0.68% | 0.27% | - |
| HSV(B) | 185.68º | 0.81% | 0.46% | - |
| XYZ | 8.9 | 12.18 | 18.71 | - |
| YUV | 83.31 | 147.01 | 84.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 108 | 117 | 0.81 | 0.08 | 0 | 0.54 | 185.68 | 0.68 | 0.27 |
| Hex | 16 | 6C | 75 | 51 | 8 | 0 | 36 | BA | 44 | 1B |
| Octal | 26 | 154 | 165 | 121 | 10 | 0 | 66 | 272 | 104 | 33 |
| Binary | 10110 | 1101100 | 1110101 | 1010001 | 1000 | 0 | 110110 | 10111010 | 1000100 | 11011 |
Color Harmonies of #166C75
Complementary color
Monochromatic Colors of #166C75
Black with #166C75
Text Example
Text Example
White with #166C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166C75; }
p { color: rgb(22,108,117); }
H1.HeaderClassName
{
color: #166C75;
}
.AnyTagClassName
{
color: #166C75;
}
</style>
background-color css
<style>
a { background-color: #166C75; }
a { background-color: rgb(22,108,117); }
div.DivClassName
{
background-color: #166C75;
}
.BgClassName
{
background-color: #166C75;
}
</style>
border-color css
<style>
span { border-color: #166C75; }
span { border-color: rgb(22,108,117); }
td.TdClassName
{
border-color: #166C75;
}
.TagClassName
{
border-color: #166C75;
}
</style>