Shades of Allports #147376
Tints of Allports #147376
RGB
CMYK
RGB Variations
Color information
#147376 (or 0x147376) is known color: Allports. HEX triplet: 14, 73 and 76. RGB value is (20,115,118). Sum of RGB (Red+Green+Blue) = 20+115+118=253 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.91% from 253); Green value is 115 (45.31% from 255 or 45.45% from 253); Blue value is 118 (46.48% from 255 or 46.64% from 253); Max value from RGB is 118 - color contains mainly: blue. Hex color #147376 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147376 is #EB8C89. Grayscale: #565656. Windows color (decimal): -15436938 or 7762708. OLE color: 7762708.
HSL color Cylindrical-coordinate representation of color #147376: hue angle of 181.84º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #147376 is Cyan = 0.83, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 20 | 115 | 118 | - |
| CMYK | 0.83 | 0.03 | 0 | 0.54 |
| HSL | 181.84º | 0.71% | 0.27% | - |
| HSV(B) | 181.84º | 0.83% | 0.46% | - |
| XYZ | 9.69 | 13.72 | 19.28 | - |
| YUV | 86.94 | 145.53 | 80.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 115 | 118 | 0.83 | 0.03 | 0 | 0.54 | 181.84 | 0.71 | 0.27 |
| Hex | 14 | 73 | 76 | 53 | 3 | 0 | 36 | B6 | 47 | 1B |
| Octal | 24 | 163 | 166 | 123 | 3 | 0 | 66 | 266 | 107 | 33 |
| Binary | 10100 | 1110011 | 1110110 | 1010011 | 11 | 0 | 110110 | 10110110 | 1000111 | 11011 |
Color Harmonies of #147376
Complementary color
Monochromatic Colors of #147376
Black with #147376
Text Example
Text Example
White with #147376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147376; }
p { color: rgb(20,115,118); }
H1.HeaderClassName
{
color: #147376;
}
.AnyTagClassName
{
color: #147376;
}
</style>
background-color css
<style>
a { background-color: #147376; }
a { background-color: rgb(20,115,118); }
div.DivClassName
{
background-color: #147376;
}
.BgClassName
{
background-color: #147376;
}
</style>
border-color css
<style>
span { border-color: #147376; }
span { border-color: rgb(20,115,118); }
td.TdClassName
{
border-color: #147376;
}
.TagClassName
{
border-color: #147376;
}
</style>