Shades of Teal #147C82
Tints of Teal #147C82
RGB
CMYK
RGB Variations
Color information
#147C82 (or 0x147C82) is known color: Teal. HEX triplet: 14, 7C and 82. RGB value is (20,124,130). Sum of RGB (Red+Green+Blue) = 20+124+130=274 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.30% from 274); Green value is 124 (48.83% from 255 or 45.26% from 274); Blue value is 130 (51.17% from 255 or 47.45% from 274); Max value from RGB is 130 - color contains mainly: blue. Hex color #147C82 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147C82 is #EB837D. Grayscale: #5D5D5D. Windows color (decimal): -15434622 or 8551444. OLE color: 8551444.
HSL color Cylindrical-coordinate representation of color #147C82: hue angle of 183.27º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #147C82 is Cyan = 0.85, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 20 | 124 | 130 | - |
| CMYK | 0.85 | 0.05 | 0 | 0.49 |
| HSL | 183.27º | 0.73% | 0.29% | - |
| HSV(B) | 183.27º | 0.85% | 0.51% | - |
| XYZ | 11.53 | 16.18 | 23.63 | - |
| YUV | 93.59 | 148.54 | 75.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 124 | 130 | 0.85 | 0.05 | 0 | 0.49 | 183.27 | 0.73 | 0.29 |
| Hex | 14 | 7C | 82 | 55 | 5 | 0 | 31 | B7 | 49 | 1D |
| Octal | 24 | 174 | 202 | 125 | 5 | 0 | 61 | 267 | 111 | 35 |
| Binary | 10100 | 1111100 | 10000010 | 1010101 | 101 | 0 | 110001 | 10110111 | 1001001 | 11101 |
Color Harmonies of #147C82
Complementary color
Monochromatic Colors of #147C82
Black with #147C82
Text Example
Text Example
White with #147C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147C82; }
p { color: rgb(20,124,130); }
H1.HeaderClassName
{
color: #147C82;
}
.AnyTagClassName
{
color: #147C82;
}
</style>
background-color css
<style>
a { background-color: #147C82; }
a { background-color: rgb(20,124,130); }
div.DivClassName
{
background-color: #147C82;
}
.BgClassName
{
background-color: #147C82;
}
</style>
border-color css
<style>
span { border-color: #147C82; }
span { border-color: rgb(20,124,130); }
td.TdClassName
{
border-color: #147C82;
}
.TagClassName
{
border-color: #147C82;
}
</style>