Shades of Teal #147F85
Tints of Teal #147F85
RGB
CMYK
RGB Variations
Color information
#147F85 (or 0x147F85) is known color: Teal. HEX triplet: 14, 7F and 85. RGB value is (20,127,133). Sum of RGB (Red+Green+Blue) = 20+127+133=280 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.14% from 280); Green value is 127 (50% from 255 or 45.36% from 280); Blue value is 133 (52.34% from 255 or 47.5% from 280); Max value from RGB is 133 - color contains mainly: blue. Hex color #147F85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147F85 is #EB807A. Grayscale: #5F5F5F. Windows color (decimal): -15433851 or 8748820. OLE color: 8748820.
HSL color Cylindrical-coordinate representation of color #147F85: hue angle of 183.19º 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 #147F85 is Cyan = 0.85, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 20 | 127 | 133 | - |
| CMYK | 0.85 | 0.05 | 0 | 0.48 |
| HSL | 183.19º | 0.74% | 0.3% | - |
| HSV(B) | 183.19º | 0.85% | 0.52% | - |
| XYZ | 12.11 | 17.02 | 24.84 | - |
| YUV | 95.69 | 149.05 | 74.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 127 | 133 | 0.85 | 0.05 | 0 | 0.48 | 183.19 | 0.74 | 0.3 |
| Hex | 14 | 7F | 85 | 55 | 5 | 0 | 30 | B7 | 4A | 1E |
| Octal | 24 | 177 | 205 | 125 | 5 | 0 | 60 | 267 | 112 | 36 |
| Binary | 10100 | 1111111 | 10000101 | 1010101 | 101 | 0 | 110000 | 10110111 | 1001010 | 11110 |
Color Harmonies of #147F85
Complementary color
Monochromatic Colors of #147F85
Black with #147F85
Text Example
Text Example
White with #147F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147F85; }
p { color: rgb(20,127,133); }
H1.HeaderClassName
{
color: #147F85;
}
.AnyTagClassName
{
color: #147F85;
}
</style>
background-color css
<style>
a { background-color: #147F85; }
a { background-color: rgb(20,127,133); }
div.DivClassName
{
background-color: #147F85;
}
.BgClassName
{
background-color: #147F85;
}
</style>
border-color css
<style>
span { border-color: #147F85; }
span { border-color: rgb(20,127,133); }
td.TdClassName
{
border-color: #147F85;
}
.TagClassName
{
border-color: #147F85;
}
</style>