Shades of Allports #147173
Tints of Allports #147173
RGB
CMYK
RGB Variations
Color information
#147173 (or 0x147173) is known color: Allports. HEX triplet: 14, 71 and 73. RGB value is (20,113,115). Sum of RGB (Red+Green+Blue) = 20+113+115=248 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.06% from 248); Green value is 113 (44.53% from 255 or 45.56% from 248); Blue value is 115 (45.31% from 255 or 46.37% from 248); Max value from RGB is 115 - color contains mainly: blue. Hex color #147173 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147173 is #EB8E8C. Grayscale: #555555. Windows color (decimal): -15437453 or 7565588. OLE color: 7565588.
HSL color Cylindrical-coordinate representation of color #147173: hue angle of 181.26º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #147173 is Cyan = 0.83, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 20 | 113 | 115 | - |
| CMYK | 0.83 | 0.02 | 0 | 0.55 |
| HSL | 181.26º | 0.7% | 0.26% | - |
| HSV(B) | 181.26º | 0.83% | 0.45% | - |
| XYZ | 9.29 | 13.2 | 18.28 | - |
| YUV | 85.42 | 144.69 | 81.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 113 | 115 | 0.83 | 0.02 | 0 | 0.55 | 181.26 | 0.7 | 0.26 |
| Hex | 14 | 71 | 73 | 53 | 2 | 0 | 37 | B5 | 46 | 1A |
| Octal | 24 | 161 | 163 | 123 | 2 | 0 | 67 | 265 | 106 | 32 |
| Binary | 10100 | 1110001 | 1110011 | 1010011 | 10 | 0 | 110111 | 10110101 | 1000110 | 11010 |
Color Harmonies of #147173
Complementary color
Monochromatic Colors of #147173
Black with #147173
Text Example
Text Example
White with #147173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147173; }
p { color: rgb(20,113,115); }
H1.HeaderClassName
{
color: #147173;
}
.AnyTagClassName
{
color: #147173;
}
</style>
background-color css
<style>
a { background-color: #147173; }
a { background-color: rgb(20,113,115); }
div.DivClassName
{
background-color: #147173;
}
.BgClassName
{
background-color: #147173;
}
</style>
border-color css
<style>
span { border-color: #147173; }
span { border-color: rgb(20,113,115); }
td.TdClassName
{
border-color: #147173;
}
.TagClassName
{
border-color: #147173;
}
</style>