Shades of Teal #147A84
Tints of Teal #147A84
RGB
CMYK
RGB Variations
Color information
#147A84 (or 0x147A84) is known color: Teal. HEX triplet: 14, 7A and 84. RGB value is (20,122,132). Sum of RGB (Red+Green+Blue) = 20+122+132=274 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.30% from 274); Green value is 122 (48.05% from 255 or 44.53% from 274); Blue value is 132 (51.95% from 255 or 48.18% from 274); Max value from RGB is 132 - color contains mainly: blue. Hex color #147A84 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147A84 is #EB857B. Grayscale: #5C5C5C. Windows color (decimal): -15435132 or 8682004. OLE color: 8682004.
HSL color Cylindrical-coordinate representation of color #147A84: hue angle of 185.36º 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 #147A84 is Cyan = 0.85, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 20 | 122 | 132 | - |
| CMYK | 0.85 | 0.08 | 0 | 0.48 |
| HSL | 185.36º | 0.74% | 0.3% | - |
| HSV(B) | 185.36º | 0.85% | 0.52% | - |
| XYZ | 11.41 | 15.73 | 24.27 | - |
| YUV | 92.64 | 150.21 | 76.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 122 | 132 | 0.85 | 0.08 | 0 | 0.48 | 185.36 | 0.74 | 0.3 |
| Hex | 14 | 7A | 84 | 55 | 8 | 0 | 30 | B9 | 4A | 1E |
| Octal | 24 | 172 | 204 | 125 | 10 | 0 | 60 | 271 | 112 | 36 |
| Binary | 10100 | 1111010 | 10000100 | 1010101 | 1000 | 0 | 110000 | 10111001 | 1001010 | 11110 |
Color Harmonies of #147A84
Complementary color
Monochromatic Colors of #147A84
Black with #147A84
Text Example
Text Example
White with #147A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147A84; }
p { color: rgb(20,122,132); }
H1.HeaderClassName
{
color: #147A84;
}
.AnyTagClassName
{
color: #147A84;
}
</style>
background-color css
<style>
a { background-color: #147A84; }
a { background-color: rgb(20,122,132); }
div.DivClassName
{
background-color: #147A84;
}
.BgClassName
{
background-color: #147A84;
}
</style>
border-color css
<style>
span { border-color: #147A84; }
span { border-color: rgb(20,122,132); }
td.TdClassName
{
border-color: #147A84;
}
.TagClassName
{
border-color: #147A84;
}
</style>