Shades of Allports #147686
Tints of Allports #147686
RGB
CMYK
RGB Variations
Color information
#147686 (or 0x147686) is known color: Allports. HEX triplet: 14, 76 and 86. RGB value is (20,118,134). Sum of RGB (Red+Green+Blue) = 20+118+134=272 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.35% from 272); Green value is 118 (46.48% from 255 or 43.38% from 272); Blue value is 134 (52.73% from 255 or 49.26% from 272); Max value from RGB is 134 - color contains mainly: blue. Hex color #147686 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147686 is #EB8979. Grayscale: #5A5A5A. Windows color (decimal): -15436154 or 8812052. OLE color: 8812052.
HSL color Cylindrical-coordinate representation of color #147686: hue angle of 188.42º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #147686 is Cyan = 0.85, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 20 | 118 | 134 | - |
| CMYK | 0.85 | 0.12 | 0 | 0.47 |
| HSL | 188.42º | 0.74% | 0.3% | - |
| HSV(B) | 188.42º | 0.85% | 0.53% | - |
| XYZ | 11.07 | 14.83 | 24.83 | - |
| YUV | 90.52 | 152.53 | 77.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 118 | 134 | 0.85 | 0.12 | 0 | 0.47 | 188.42 | 0.74 | 0.3 |
| Hex | 14 | 76 | 86 | 55 | C | 0 | 2F | BC | 4A | 1E |
| Octal | 24 | 166 | 206 | 125 | 14 | 0 | 57 | 274 | 112 | 36 |
| Binary | 10100 | 1110110 | 10000110 | 1010101 | 1100 | 0 | 101111 | 10111100 | 1001010 | 11110 |
Color Harmonies of #147686
Complementary color
Monochromatic Colors of #147686
Black with #147686
Text Example
Text Example
White with #147686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147686; }
p { color: rgb(20,118,134); }
H1.HeaderClassName
{
color: #147686;
}
.AnyTagClassName
{
color: #147686;
}
</style>
background-color css
<style>
a { background-color: #147686; }
a { background-color: rgb(20,118,134); }
div.DivClassName
{
background-color: #147686;
}
.BgClassName
{
background-color: #147686;
}
</style>
border-color css
<style>
span { border-color: #147686; }
span { border-color: rgb(20,118,134); }
td.TdClassName
{
border-color: #147686;
}
.TagClassName
{
border-color: #147686;
}
</style>