Shades of Allports #16717E
Tints of Allports #16717E
RGB
CMYK
RGB Variations
Color information
#16717E (or 0x16717E) is known color: Allports. HEX triplet: 16, 71 and 7E. RGB value is (22,113,126). Sum of RGB (Red+Green+Blue) = 22+113+126=261 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.43% from 261); Green value is 113 (44.53% from 255 or 43.30% from 261); Blue value is 126 (49.61% from 255 or 48.28% from 261); Max value from RGB is 126 - color contains mainly: blue. Hex color #16717E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16717E is #E98E81. Grayscale: #575757. Windows color (decimal): -15306370 or 8286486. OLE color: 8286486.
HSL color Cylindrical-coordinate representation of color #16717E: hue angle of 187.5º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #16717E is Cyan = 0.83, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 22 | 113 | 126 | - |
| CMYK | 0.83 | 0.10 | 0 | 0.51 |
| HSL | 187.5º | 0.7% | 0.29% | - |
| HSV(B) | 187.5º | 0.83% | 0.49% | - |
| XYZ | 10 | 13.49 | 21.81 | - |
| YUV | 87.27 | 149.85 | 81.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 113 | 126 | 0.83 | 0.10 | 0 | 0.51 | 187.5 | 0.7 | 0.29 |
| Hex | 16 | 71 | 7E | 53 | A | 0 | 33 | BC | 46 | 1D |
| Octal | 26 | 161 | 176 | 123 | 12 | 0 | 63 | 274 | 106 | 35 |
| Binary | 10110 | 1110001 | 1111110 | 1010011 | 1010 | 0 | 110011 | 10111100 | 1000110 | 11101 |
Color Harmonies of #16717E
Complementary color
Monochromatic Colors of #16717E
Black with #16717E
Text Example
Text Example
White with #16717E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16717E; }
p { color: rgb(22,113,126); }
H1.HeaderClassName
{
color: #16717E;
}
.AnyTagClassName
{
color: #16717E;
}
</style>
background-color css
<style>
a { background-color: #16717E; }
a { background-color: rgb(22,113,126); }
div.DivClassName
{
background-color: #16717E;
}
.BgClassName
{
background-color: #16717E;
}
</style>
border-color css
<style>
span { border-color: #16717E; }
span { border-color: rgb(22,113,126); }
td.TdClassName
{
border-color: #16717E;
}
.TagClassName
{
border-color: #16717E;
}
</style>