Shades of Teal #147D8D
Tints of Teal #147D8D
RGB
CMYK
RGB Variations
Color information
#147D8D (or 0x147D8D) is known color: Teal. HEX triplet: 14, 7D and 8D. RGB value is (20,125,141). Sum of RGB (Red+Green+Blue) = 20+125+141=286 (37% of max value = 765). Red value is 20 (8.20% from 255 or 6.99% from 286); Green value is 125 (49.22% from 255 or 43.71% from 286); Blue value is 141 (55.47% from 255 or 49.30% from 286); Max value from RGB is 141 - color contains mainly: blue. Hex color #147D8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147D8D is #EB8272. Grayscale: #5F5F5F. Windows color (decimal): -15434355 or 9272596. OLE color: 9272596.
HSL color Cylindrical-coordinate representation of color #147D8D: hue angle of 187.93º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #147D8D is Cyan = 0.86, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 20 | 125 | 141 | - |
| CMYK | 0.86 | 0.11 | 0 | 0.45 |
| HSL | 187.93º | 0.75% | 0.32% | - |
| HSV(B) | 187.93º | 0.86% | 0.55% | - |
| XYZ | 12.43 | 16.74 | 27.78 | - |
| YUV | 95.43 | 153.71 | 74.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 125 | 141 | 0.86 | 0.11 | 0 | 0.45 | 187.93 | 0.75 | 0.32 |
| Hex | 14 | 7D | 8D | 56 | B | 0 | 2D | BC | 4B | 20 |
| Octal | 24 | 175 | 215 | 126 | 13 | 0 | 55 | 274 | 113 | 40 |
| Binary | 10100 | 1111101 | 10001101 | 1010110 | 1011 | 0 | 101101 | 10111100 | 1001011 | 100000 |
Color Harmonies of #147D8D
Complementary color
Monochromatic Colors of #147D8D
Black with #147D8D
Text Example
Text Example
White with #147D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147D8D; }
p { color: rgb(20,125,141); }
H1.HeaderClassName
{
color: #147D8D;
}
.AnyTagClassName
{
color: #147D8D;
}
</style>
background-color css
<style>
a { background-color: #147D8D; }
a { background-color: rgb(20,125,141); }
div.DivClassName
{
background-color: #147D8D;
}
.BgClassName
{
background-color: #147D8D;
}
</style>
border-color css
<style>
span { border-color: #147D8D; }
span { border-color: rgb(20,125,141); }
td.TdClassName
{
border-color: #147D8D;
}
.TagClassName
{
border-color: #147D8D;
}
</style>