Shades of Teal #147E7D
Tints of Teal #147E7D
RGB
CMYK
RGB Variations
Color information
#147E7D (or 0x147E7D) is known color: Teal. HEX triplet: 14, 7E and 7D. RGB value is (20,126,125). Sum of RGB (Red+Green+Blue) = 20+126+125=271 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.38% from 271); Green value is 126 (49.61% from 255 or 46.49% from 271); Blue value is 125 (49.22% from 255 or 46.13% from 271); Max value from RGB is 126 - color contains mainly: green. Hex color #147E7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147E7D is #EB8182. Grayscale: #5E5E5E. Windows color (decimal): -15434115 or 8224276. OLE color: 8224276.
HSL color Cylindrical-coordinate representation of color #147E7D: hue angle of 179.43º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #147E7D is Cyan = 0.84, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 20 | 126 | 125 | - |
| CMYK | 0.84 | 0 | 0.01 | 0.51 |
| HSL | 179.43º | 0.73% | 0.29% | - |
| HSV(B) | 179.43º | 0.84% | 0.49% | - |
| XYZ | 11.45 | 16.55 | 21.99 | - |
| YUV | 94.19 | 145.38 | 75.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 126 | 125 | 0.84 | 0 | 0.01 | 0.51 | 179.43 | 0.73 | 0.29 |
| Hex | 14 | 7E | 7D | 54 | 0 | 1 | 33 | B3 | 49 | 1D |
| Octal | 24 | 176 | 175 | 124 | 0 | 1 | 63 | 263 | 111 | 35 |
| Binary | 10100 | 1111110 | 1111101 | 1010100 | 0 | 1 | 110011 | 10110011 | 1001001 | 11101 |
Color Harmonies of #147E7D
Complementary color
Monochromatic Colors of #147E7D
Black with #147E7D
Text Example
Text Example
White with #147E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147E7D; }
p { color: rgb(20,126,125); }
H1.HeaderClassName
{
color: #147E7D;
}
.AnyTagClassName
{
color: #147E7D;
}
</style>
background-color css
<style>
a { background-color: #147E7D; }
a { background-color: rgb(20,126,125); }
div.DivClassName
{
background-color: #147E7D;
}
.BgClassName
{
background-color: #147E7D;
}
</style>
border-color css
<style>
span { border-color: #147E7D; }
span { border-color: rgb(20,126,125); }
td.TdClassName
{
border-color: #147E7D;
}
.TagClassName
{
border-color: #147E7D;
}
</style>