Shades of Teal #147C89
Tints of Teal #147C89
RGB
CMYK
RGB Variations
Color information
#147C89 (or 0x147C89) is known color: Teal. HEX triplet: 14, 7C and 89. RGB value is (20,124,137). Sum of RGB (Red+Green+Blue) = 20+124+137=281 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.12% from 281); Green value is 124 (48.83% from 255 or 44.13% from 281); Blue value is 137 (53.91% from 255 or 48.75% from 281); Max value from RGB is 137 - color contains mainly: blue. Hex color #147C89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147C89 is #EB8376. Grayscale: #5E5E5E. Windows color (decimal): -15434615 or 9010196. OLE color: 9010196.
HSL color Cylindrical-coordinate representation of color #147C89: hue angle of 186.67º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #147C89 is Cyan = 0.85, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 20 | 124 | 137 | - |
| CMYK | 0.85 | 0.09 | 0 | 0.46 |
| HSL | 186.67º | 0.75% | 0.31% | - |
| HSV(B) | 186.67º | 0.85% | 0.54% | - |
| XYZ | 12.01 | 16.37 | 26.19 | - |
| YUV | 94.39 | 152.04 | 74.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 124 | 137 | 0.85 | 0.09 | 0 | 0.46 | 186.67 | 0.75 | 0.31 |
| Hex | 14 | 7C | 89 | 55 | 9 | 0 | 2E | BB | 4B | 1F |
| Octal | 24 | 174 | 211 | 125 | 11 | 0 | 56 | 273 | 113 | 37 |
| Binary | 10100 | 1111100 | 10001001 | 1010101 | 1001 | 0 | 101110 | 10111011 | 1001011 | 11111 |
Color Harmonies of #147C89
Complementary color
Monochromatic Colors of #147C89
Black with #147C89
Text Example
Text Example
White with #147C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147C89; }
p { color: rgb(20,124,137); }
H1.HeaderClassName
{
color: #147C89;
}
.AnyTagClassName
{
color: #147C89;
}
</style>
background-color css
<style>
a { background-color: #147C89; }
a { background-color: rgb(20,124,137); }
div.DivClassName
{
background-color: #147C89;
}
.BgClassName
{
background-color: #147C89;
}
</style>
border-color css
<style>
span { border-color: #147C89; }
span { border-color: rgb(20,124,137); }
td.TdClassName
{
border-color: #147C89;
}
.TagClassName
{
border-color: #147C89;
}
</style>