Shades of Teal #147F84
Tints of Teal #147F84
RGB
CMYK
RGB Variations
Color information
#147F84 (or 0x147F84) is known color: Teal. HEX triplet: 14, 7F and 84. RGB value is (20,127,132). Sum of RGB (Red+Green+Blue) = 20+127+132=279 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.17% from 279); Green value is 127 (50% from 255 or 45.52% from 279); Blue value is 132 (51.95% from 255 or 47.31% from 279); Max value from RGB is 132 - color contains mainly: blue. Hex color #147F84 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147F84 is #EB807B. Grayscale: #5F5F5F. Windows color (decimal): -15433852 or 8683284. OLE color: 8683284.
HSL color Cylindrical-coordinate representation of color #147F84: hue angle of 182.68º 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 #147F84 is Cyan = 0.85, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 20 | 127 | 132 | - |
| CMYK | 0.85 | 0.04 | 0 | 0.48 |
| HSL | 182.68º | 0.74% | 0.3% | - |
| HSV(B) | 182.68º | 0.85% | 0.52% | - |
| XYZ | 12.04 | 16.99 | 24.48 | - |
| YUV | 95.58 | 148.55 | 74.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 127 | 132 | 0.85 | 0.04 | 0 | 0.48 | 182.68 | 0.74 | 0.3 |
| Hex | 14 | 7F | 84 | 55 | 4 | 0 | 30 | B7 | 4A | 1E |
| Octal | 24 | 177 | 204 | 125 | 4 | 0 | 60 | 267 | 112 | 36 |
| Binary | 10100 | 1111111 | 10000100 | 1010101 | 100 | 0 | 110000 | 10110111 | 1001010 | 11110 |
Color Harmonies of #147F84
Complementary color
Monochromatic Colors of #147F84
Black with #147F84
Text Example
Text Example
White with #147F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147F84; }
p { color: rgb(20,127,132); }
H1.HeaderClassName
{
color: #147F84;
}
.AnyTagClassName
{
color: #147F84;
}
</style>
background-color css
<style>
a { background-color: #147F84; }
a { background-color: rgb(20,127,132); }
div.DivClassName
{
background-color: #147F84;
}
.BgClassName
{
background-color: #147F84;
}
</style>
border-color css
<style>
span { border-color: #147F84; }
span { border-color: rgb(20,127,132); }
td.TdClassName
{
border-color: #147F84;
}
.TagClassName
{
border-color: #147F84;
}
</style>