Shades of Teal #147D7D
Tints of Teal #147D7D
RGB
CMYK
RGB Variations
Color information
#147D7D (or 0x147D7D) is known color: Teal. HEX triplet: 14, 7D and 7D. RGB value is (20,125,125). Sum of RGB (Red+Green+Blue) = 20+125+125=270 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.41% from 270); Green value is 125 (49.22% from 255 or 46.30% from 270); Blue value is 125 (49.22% from 255 or 46.30% from 270); Max value from RGB is 125 - color contains mainly: green, blue. Hex color #147D7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147D7D is #EB8282. Grayscale: #5D5D5D. Windows color (decimal): -15434371 or 8224020. OLE color: 8224020.
HSL color Cylindrical-coordinate representation of color #147D7D: hue angle of 180º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #147D7D is Cyan = 0.84, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 20 | 125 | 125 | - |
| CMYK | 0.84 | 0 | 0 | 0.51 |
| HSL | 180º | 0.72% | 0.28% | - |
| HSV(B) | 180º | 0.84% | 0.49% | - |
| XYZ | 11.32 | 16.3 | 21.95 | - |
| YUV | 93.61 | 145.71 | 75.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 125 | 125 | 0.84 | 0 | 0 | 0.51 | 180 | 0.72 | 0.28 |
| Hex | 14 | 7D | 7D | 54 | 0 | 0 | 33 | B4 | 48 | 1C |
| Octal | 24 | 175 | 175 | 124 | 0 | 0 | 63 | 264 | 110 | 34 |
| Binary | 10100 | 1111101 | 1111101 | 1010100 | 0 | 0 | 110011 | 10110100 | 1001000 | 11100 |
Color Harmonies of #147D7D
Complementary color
Monochromatic Colors of #147D7D
Black with #147D7D
Text Example
Text Example
White with #147D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147D7D; }
p { color: rgb(20,125,125); }
H1.HeaderClassName
{
color: #147D7D;
}
.AnyTagClassName
{
color: #147D7D;
}
</style>
background-color css
<style>
a { background-color: #147D7D; }
a { background-color: rgb(20,125,125); }
div.DivClassName
{
background-color: #147D7D;
}
.BgClassName
{
background-color: #147D7D;
}
</style>
border-color css
<style>
span { border-color: #147D7D; }
span { border-color: rgb(20,125,125); }
td.TdClassName
{
border-color: #147D7D;
}
.TagClassName
{
border-color: #147D7D;
}
</style>