Shades of Allports #156170
Tints of Allports #156170
RGB
CMYK
RGB Variations
Color information
#156170 (or 0x156170) is known color: Allports. HEX triplet: 15, 61 and 70. RGB value is (21,97,112). Sum of RGB (Red+Green+Blue) = 21+97+112=230 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.13% from 230); Green value is 97 (38.28% from 255 or 42.17% from 230); Blue value is 112 (44.14% from 255 or 48.70% from 230); Max value from RGB is 112 - color contains mainly: blue. Hex color #156170 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156170 is #EA9E8F. Grayscale: #4B4B4B. Windows color (decimal): -15376016 or 7364885. OLE color: 7364885.
HSL color Cylindrical-coordinate representation of color #156170: hue angle of 189.89º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #156170 is Cyan = 0.81, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 21 | 97 | 112 | - |
| CMYK | 0.81 | 0.13 | 0 | 0.56 |
| HSL | 189.89º | 0.68% | 0.26% | - |
| HSV(B) | 189.89º | 0.81% | 0.44% | - |
| XYZ | 7.51 | 9.88 | 16.84 | - |
| YUV | 75.99 | 148.32 | 88.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 97 | 112 | 0.81 | 0.13 | 0 | 0.56 | 189.89 | 0.68 | 0.26 |
| Hex | 15 | 61 | 70 | 51 | D | 0 | 38 | BE | 44 | 1A |
| Octal | 25 | 141 | 160 | 121 | 15 | 0 | 70 | 276 | 104 | 32 |
| Binary | 10101 | 1100001 | 1110000 | 1010001 | 1101 | 0 | 111000 | 10111110 | 1000100 | 11010 |
Color Harmonies of #156170
Complementary color
Monochromatic Colors of #156170
Black with #156170
Text Example
Text Example
White with #156170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156170; }
p { color: rgb(21,97,112); }
H1.HeaderClassName
{
color: #156170;
}
.AnyTagClassName
{
color: #156170;
}
</style>
background-color css
<style>
a { background-color: #156170; }
a { background-color: rgb(21,97,112); }
div.DivClassName
{
background-color: #156170;
}
.BgClassName
{
background-color: #156170;
}
</style>
border-color css
<style>
span { border-color: #156170; }
span { border-color: rgb(21,97,112); }
td.TdClassName
{
border-color: #156170;
}
.TagClassName
{
border-color: #156170;
}
</style>