Shades of Allports #16737A
Tints of Allports #16737A
RGB
CMYK
RGB Variations
Color information
#16737A (or 0x16737A) is known color: Allports. HEX triplet: 16, 73 and 7A. RGB value is (22,115,122). Sum of RGB (Red+Green+Blue) = 22+115+122=259 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.49% from 259); Green value is 115 (45.31% from 255 or 44.40% from 259); Blue value is 122 (48.05% from 255 or 47.10% from 259); Max value from RGB is 122 - color contains mainly: blue. Hex color #16737A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16737A is #E98C85. Grayscale: #575757. Windows color (decimal): -15305862 or 8024854. OLE color: 8024854.
HSL color Cylindrical-coordinate representation of color #16737A: hue angle of 184.2º degrees, saturation: 0.69, 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 #16737A is Cyan = 0.82, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 22 | 115 | 122 | - |
| CMYK | 0.82 | 0.06 | 0 | 0.52 |
| HSL | 184.2º | 0.69% | 0.28% | - |
| HSV(B) | 184.2º | 0.82% | 0.48% | - |
| XYZ | 9.97 | 13.84 | 20.56 | - |
| YUV | 87.99 | 147.19 | 80.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 115 | 122 | 0.82 | 0.06 | 0 | 0.52 | 184.2 | 0.69 | 0.28 |
| Hex | 16 | 73 | 7A | 52 | 6 | 0 | 34 | B8 | 45 | 1C |
| Octal | 26 | 163 | 172 | 122 | 6 | 0 | 64 | 270 | 105 | 34 |
| Binary | 10110 | 1110011 | 1111010 | 1010010 | 110 | 0 | 110100 | 10111000 | 1000101 | 11100 |
Color Harmonies of #16737A
Complementary color
Monochromatic Colors of #16737A
Black with #16737A
Text Example
Text Example
White with #16737A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16737A; }
p { color: rgb(22,115,122); }
H1.HeaderClassName
{
color: #16737A;
}
.AnyTagClassName
{
color: #16737A;
}
</style>
background-color css
<style>
a { background-color: #16737A; }
a { background-color: rgb(22,115,122); }
div.DivClassName
{
background-color: #16737A;
}
.BgClassName
{
background-color: #16737A;
}
</style>
border-color css
<style>
span { border-color: #16737A; }
span { border-color: rgb(22,115,122); }
td.TdClassName
{
border-color: #16737A;
}
.TagClassName
{
border-color: #16737A;
}
</style>