Shades of Teal #147C84
Tints of Teal #147C84
RGB
CMYK
RGB Variations
Color information
#147C84 (or 0x147C84) is known color: Teal. HEX triplet: 14, 7C and 84. RGB value is (20,124,132). Sum of RGB (Red+Green+Blue) = 20+124+132=276 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.25% from 276); Green value is 124 (48.83% from 255 or 44.93% from 276); Blue value is 132 (51.95% from 255 or 47.83% from 276); Max value from RGB is 132 - color contains mainly: blue. Hex color #147C84 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147C84 is #EB837B. Grayscale: #5D5D5D. Windows color (decimal): -15434620 or 8682516. OLE color: 8682516.
HSL color Cylindrical-coordinate representation of color #147C84: hue angle of 184.29º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #147C84 is Cyan = 0.85, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 20 | 124 | 132 | - |
| CMYK | 0.85 | 0.06 | 0 | 0.48 |
| HSL | 184.29º | 0.74% | 0.3% | - |
| HSV(B) | 184.29º | 0.85% | 0.52% | - |
| XYZ | 11.66 | 16.23 | 24.35 | - |
| YUV | 93.82 | 149.54 | 75.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 124 | 132 | 0.85 | 0.06 | 0 | 0.48 | 184.29 | 0.74 | 0.3 |
| Hex | 14 | 7C | 84 | 55 | 6 | 0 | 30 | B8 | 4A | 1E |
| Octal | 24 | 174 | 204 | 125 | 6 | 0 | 60 | 270 | 112 | 36 |
| Binary | 10100 | 1111100 | 10000100 | 1010101 | 110 | 0 | 110000 | 10111000 | 1001010 | 11110 |
Color Harmonies of #147C84
Complementary color
Monochromatic Colors of #147C84
Black with #147C84
Text Example
Text Example
White with #147C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147C84; }
p { color: rgb(20,124,132); }
H1.HeaderClassName
{
color: #147C84;
}
.AnyTagClassName
{
color: #147C84;
}
</style>
background-color css
<style>
a { background-color: #147C84; }
a { background-color: rgb(20,124,132); }
div.DivClassName
{
background-color: #147C84;
}
.BgClassName
{
background-color: #147C84;
}
</style>
border-color css
<style>
span { border-color: #147C84; }
span { border-color: rgb(20,124,132); }
td.TdClassName
{
border-color: #147C84;
}
.TagClassName
{
border-color: #147C84;
}
</style>