Shades of Teal #147C85
Tints of Teal #147C85
RGB
CMYK
RGB Variations
Color information
#147C85 (or 0x147C85) is known color: Teal. HEX triplet: 14, 7C and 85. RGB value is (20,124,133). Sum of RGB (Red+Green+Blue) = 20+124+133=277 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.22% from 277); Green value is 124 (48.83% from 255 or 44.77% from 277); Blue value is 133 (52.34% from 255 or 48.01% from 277); Max value from RGB is 133 - color contains mainly: blue. Hex color #147C85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147C85 is #EB837A. Grayscale: #5D5D5D. Windows color (decimal): -15434619 or 8748052. OLE color: 8748052.
HSL color Cylindrical-coordinate representation of color #147C85: hue angle of 184.78º 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 #147C85 is Cyan = 0.85, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 20 | 124 | 133 | - |
| CMYK | 0.85 | 0.07 | 0 | 0.48 |
| HSL | 184.78º | 0.74% | 0.3% | - |
| HSV(B) | 184.78º | 0.85% | 0.52% | - |
| XYZ | 11.73 | 16.26 | 24.71 | - |
| YUV | 93.93 | 150.04 | 75.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 124 | 133 | 0.85 | 0.07 | 0 | 0.48 | 184.78 | 0.74 | 0.3 |
| Hex | 14 | 7C | 85 | 55 | 7 | 0 | 30 | B9 | 4A | 1E |
| Octal | 24 | 174 | 205 | 125 | 7 | 0 | 60 | 271 | 112 | 36 |
| Binary | 10100 | 1111100 | 10000101 | 1010101 | 111 | 0 | 110000 | 10111001 | 1001010 | 11110 |
Color Harmonies of #147C85
Complementary color
Monochromatic Colors of #147C85
Black with #147C85
Text Example
Text Example
White with #147C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147C85; }
p { color: rgb(20,124,133); }
H1.HeaderClassName
{
color: #147C85;
}
.AnyTagClassName
{
color: #147C85;
}
</style>
background-color css
<style>
a { background-color: #147C85; }
a { background-color: rgb(20,124,133); }
div.DivClassName
{
background-color: #147C85;
}
.BgClassName
{
background-color: #147C85;
}
</style>
border-color css
<style>
span { border-color: #147C85; }
span { border-color: rgb(20,124,133); }
td.TdClassName
{
border-color: #147C85;
}
.TagClassName
{
border-color: #147C85;
}
</style>