Shades of Teal #147F81
Tints of Teal #147F81
RGB
CMYK
RGB Variations
Color information
#147F81 (or 0x147F81) is known color: Teal. HEX triplet: 14, 7F and 81. RGB value is (20,127,129). Sum of RGB (Red+Green+Blue) = 20+127+129=276 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.25% from 276); Green value is 127 (50% from 255 or 46.01% from 276); Blue value is 129 (50.78% from 255 or 46.74% from 276); Max value from RGB is 129 - color contains mainly: blue. Hex color #147F81 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147F81 is #EB807E. Grayscale: #5F5F5F. Windows color (decimal): -15433855 or 8486676. OLE color: 8486676.
HSL color Cylindrical-coordinate representation of color #147F81: hue angle of 181.1º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #147F81 is Cyan = 0.84, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 20 | 127 | 129 | - |
| CMYK | 0.84 | 0.02 | 0 | 0.49 |
| HSL | 181.1º | 0.73% | 0.29% | - |
| HSV(B) | 181.1º | 0.84% | 0.51% | - |
| XYZ | 11.84 | 16.91 | 23.41 | - |
| YUV | 95.24 | 147.05 | 74.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 127 | 129 | 0.84 | 0.02 | 0 | 0.49 | 181.1 | 0.73 | 0.29 |
| Hex | 14 | 7F | 81 | 54 | 2 | 0 | 31 | B5 | 49 | 1D |
| Octal | 24 | 177 | 201 | 124 | 2 | 0 | 61 | 265 | 111 | 35 |
| Binary | 10100 | 1111111 | 10000001 | 1010100 | 10 | 0 | 110001 | 10110101 | 1001001 | 11101 |
Color Harmonies of #147F81
Complementary color
Monochromatic Colors of #147F81
Black with #147F81
Text Example
Text Example
White with #147F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147F81; }
p { color: rgb(20,127,129); }
H1.HeaderClassName
{
color: #147F81;
}
.AnyTagClassName
{
color: #147F81;
}
</style>
background-color css
<style>
a { background-color: #147F81; }
a { background-color: rgb(20,127,129); }
div.DivClassName
{
background-color: #147F81;
}
.BgClassName
{
background-color: #147F81;
}
</style>
border-color css
<style>
span { border-color: #147F81; }
span { border-color: rgb(20,127,129); }
td.TdClassName
{
border-color: #147F81;
}
.TagClassName
{
border-color: #147F81;
}
</style>