Shades of Allports #16727D
Tints of Allports #16727D
RGB
CMYK
RGB Variations
Color information
#16727D (or 0x16727D) is known color: Allports. HEX triplet: 16, 72 and 7D. RGB value is (22,114,125). Sum of RGB (Red+Green+Blue) = 22+114+125=261 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.43% from 261); Green value is 114 (44.92% from 255 or 43.68% from 261); Blue value is 125 (49.22% from 255 or 47.89% from 261); Max value from RGB is 125 - color contains mainly: blue. Hex color #16727D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16727D is #E98D82. Grayscale: #575757. Windows color (decimal): -15306115 or 8221206. OLE color: 8221206.
HSL color Cylindrical-coordinate representation of color #16727D: hue angle of 186.41º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #16727D is Cyan = 0.82, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 22 | 114 | 125 | - |
| CMYK | 0.82 | 0.09 | 0 | 0.51 |
| HSL | 186.41º | 0.7% | 0.29% | - |
| HSV(B) | 186.41º | 0.82% | 0.49% | - |
| XYZ | 10.05 | 13.69 | 21.51 | - |
| YUV | 87.75 | 149.02 | 81.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 114 | 125 | 0.82 | 0.09 | 0 | 0.51 | 186.41 | 0.7 | 0.29 |
| Hex | 16 | 72 | 7D | 52 | 9 | 0 | 33 | BA | 46 | 1D |
| Octal | 26 | 162 | 175 | 122 | 11 | 0 | 63 | 272 | 106 | 35 |
| Binary | 10110 | 1110010 | 1111101 | 1010010 | 1001 | 0 | 110011 | 10111010 | 1000110 | 11101 |
Color Harmonies of #16727D
Complementary color
Monochromatic Colors of #16727D
Black with #16727D
Text Example
Text Example
White with #16727D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16727D; }
p { color: rgb(22,114,125); }
H1.HeaderClassName
{
color: #16727D;
}
.AnyTagClassName
{
color: #16727D;
}
</style>
background-color css
<style>
a { background-color: #16727D; }
a { background-color: rgb(22,114,125); }
div.DivClassName
{
background-color: #16727D;
}
.BgClassName
{
background-color: #16727D;
}
</style>
border-color css
<style>
span { border-color: #16727D; }
span { border-color: rgb(22,114,125); }
td.TdClassName
{
border-color: #16727D;
}
.TagClassName
{
border-color: #16727D;
}
</style>