Shades of Allports #16727B
Tints of Allports #16727B
RGB
CMYK
RGB Variations
Color information
#16727B (or 0x16727B) is known color: Allports. HEX triplet: 16, 72 and 7B. RGB value is (22,114,123). Sum of RGB (Red+Green+Blue) = 22+114+123=259 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.49% from 259); Green value is 114 (44.92% from 255 or 44.02% from 259); Blue value is 123 (48.44% from 255 or 47.49% from 259); Max value from RGB is 123 - color contains mainly: blue. Hex color #16727B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16727B is #E98D84. Grayscale: #575757. Windows color (decimal): -15306117 or 8090134. OLE color: 8090134.
HSL color Cylindrical-coordinate representation of color #16727B: hue angle of 185.35º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #16727B is Cyan = 0.82, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 22 | 114 | 123 | - |
| CMYK | 0.82 | 0.07 | 0 | 0.52 |
| HSL | 185.35º | 0.7% | 0.28% | - |
| HSV(B) | 185.35º | 0.82% | 0.48% | - |
| XYZ | 9.92 | 13.64 | 20.85 | - |
| YUV | 87.52 | 148.02 | 81.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 114 | 123 | 0.82 | 0.07 | 0 | 0.52 | 185.35 | 0.7 | 0.28 |
| Hex | 16 | 72 | 7B | 52 | 7 | 0 | 34 | B9 | 46 | 1C |
| Octal | 26 | 162 | 173 | 122 | 7 | 0 | 64 | 271 | 106 | 34 |
| Binary | 10110 | 1110010 | 1111011 | 1010010 | 111 | 0 | 110100 | 10111001 | 1000110 | 11100 |
Color Harmonies of #16727B
Complementary color
Monochromatic Colors of #16727B
Black with #16727B
Text Example
Text Example
White with #16727B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16727B; }
p { color: rgb(22,114,123); }
H1.HeaderClassName
{
color: #16727B;
}
.AnyTagClassName
{
color: #16727B;
}
</style>
background-color css
<style>
a { background-color: #16727B; }
a { background-color: rgb(22,114,123); }
div.DivClassName
{
background-color: #16727B;
}
.BgClassName
{
background-color: #16727B;
}
</style>
border-color css
<style>
span { border-color: #16727B; }
span { border-color: rgb(22,114,123); }
td.TdClassName
{
border-color: #16727B;
}
.TagClassName
{
border-color: #16727B;
}
</style>