Shades of Allports #166370
Tints of Allports #166370
RGB
CMYK
RGB Variations
Color information
#166370 (or 0x166370) is known color: Allports. HEX triplet: 16, 63 and 70. RGB value is (22,99,112). Sum of RGB (Red+Green+Blue) = 22+99+112=233 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.44% from 233); Green value is 99 (39.06% from 255 or 42.49% from 233); Blue value is 112 (44.14% from 255 or 48.07% from 233); Max value from RGB is 112 - color contains mainly: blue. Hex color #166370 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #166370 is #E99C8F. Grayscale: #4D4D4D. Windows color (decimal): -15309968 or 7365398. OLE color: 7365398.
HSL color Cylindrical-coordinate representation of color #166370: hue angle of 188.67º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #166370 is Cyan = 0.80, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 22 | 99 | 112 | - |
| CMYK | 0.80 | 0.12 | 0 | 0.56 |
| HSL | 188.67º | 0.67% | 0.26% | - |
| HSV(B) | 188.67º | 0.8% | 0.44% | - |
| XYZ | 7.72 | 10.26 | 16.9 | - |
| YUV | 77.46 | 147.49 | 88.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 99 | 112 | 0.80 | 0.12 | 0 | 0.56 | 188.67 | 0.67 | 0.26 |
| Hex | 16 | 63 | 70 | 50 | C | 0 | 38 | BD | 43 | 1A |
| Octal | 26 | 143 | 160 | 120 | 14 | 0 | 70 | 275 | 103 | 32 |
| Binary | 10110 | 1100011 | 1110000 | 1010000 | 1100 | 0 | 111000 | 10111101 | 1000011 | 11010 |
Color Harmonies of #166370
Complementary color
Monochromatic Colors of #166370
Black with #166370
Text Example
Text Example
White with #166370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166370; }
p { color: rgb(22,99,112); }
H1.HeaderClassName
{
color: #166370;
}
.AnyTagClassName
{
color: #166370;
}
</style>
background-color css
<style>
a { background-color: #166370; }
a { background-color: rgb(22,99,112); }
div.DivClassName
{
background-color: #166370;
}
.BgClassName
{
background-color: #166370;
}
</style>
border-color css
<style>
span { border-color: #166370; }
span { border-color: rgb(22,99,112); }
td.TdClassName
{
border-color: #166370;
}
.TagClassName
{
border-color: #166370;
}
</style>