Shades of Allports #16617A
Tints of Allports #16617A
RGB
CMYK
RGB Variations
Color information
#16617A (or 0x16617A) is known color: Allports. HEX triplet: 16, 61 and 7A. RGB value is (22,97,122). Sum of RGB (Red+Green+Blue) = 22+97+122=241 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.13% from 241); Green value is 97 (38.28% from 255 or 40.25% from 241); Blue value is 122 (48.05% from 255 or 50.62% from 241); Max value from RGB is 122 - color contains mainly: blue. Hex color #16617A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16617A is #E99E85. Grayscale: #4D4D4D. Windows color (decimal): -15310470 or 8020246. OLE color: 8020246.
HSL color Cylindrical-coordinate representation of color #16617A: hue angle of 195º 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 #16617A is Cyan = 0.82, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 22 | 97 | 122 | - |
| CMYK | 0.82 | 0.20 | 0 | 0.52 |
| HSL | 195º | 0.69% | 0.28% | - |
| HSV(B) | 195º | 0.82% | 0.48% | - |
| XYZ | 8.12 | 10.13 | 19.94 | - |
| YUV | 77.43 | 153.15 | 88.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 97 | 122 | 0.82 | 0.20 | 0 | 0.52 | 195 | 0.69 | 0.28 |
| Hex | 16 | 61 | 7A | 52 | 14 | 0 | 34 | C3 | 45 | 1C |
| Octal | 26 | 141 | 172 | 122 | 24 | 0 | 64 | 303 | 105 | 34 |
| Binary | 10110 | 1100001 | 1111010 | 1010010 | 10100 | 0 | 110100 | 11000011 | 1000101 | 11100 |
Color Harmonies of #16617A
Complementary color
Monochromatic Colors of #16617A
Black with #16617A
Text Example
Text Example
White with #16617A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16617A; }
p { color: rgb(22,97,122); }
H1.HeaderClassName
{
color: #16617A;
}
.AnyTagClassName
{
color: #16617A;
}
</style>
background-color css
<style>
a { background-color: #16617A; }
a { background-color: rgb(22,97,122); }
div.DivClassName
{
background-color: #16617A;
}
.BgClassName
{
background-color: #16617A;
}
</style>
border-color css
<style>
span { border-color: #16617A; }
span { border-color: rgb(22,97,122); }
td.TdClassName
{
border-color: #16617A;
}
.TagClassName
{
border-color: #16617A;
}
</style>