Shades of Teal #14807C
Tints of Teal #14807C
RGB
CMYK
RGB Variations
Color information
#14807C (or 0x14807C) is known color: Teal. HEX triplet: 14, 80 and 7C. RGB value is (20,128,124). Sum of RGB (Red+Green+Blue) = 20+128+124=272 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.35% from 272); Green value is 128 (50.39% from 255 or 47.06% from 272); Blue value is 124 (48.83% from 255 or 45.59% from 272); Max value from RGB is 128 - color contains mainly: green. Hex color #14807C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14807C is #EB7F83. Grayscale: #5F5F5F. Windows color (decimal): -15433604 or 8159252. OLE color: 8159252.
HSL color Cylindrical-coordinate representation of color #14807C: hue angle of 177.78º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #14807C is Cyan = 0.84, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 20 | 128 | 124 | - |
| CMYK | 0.84 | 0 | 0.03 | 0.50 |
| HSL | 177.78º | 0.73% | 0.29% | - |
| HSV(B) | 177.78º | 0.84% | 0.5% | - |
| XYZ | 11.65 | 17.04 | 21.74 | - |
| YUV | 95.25 | 144.22 | 74.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 128 | 124 | 0.84 | 0 | 0.03 | 0.50 | 177.78 | 0.73 | 0.29 |
| Hex | 14 | 80 | 7C | 54 | 0 | 3 | 32 | B2 | 49 | 1D |
| Octal | 24 | 200 | 174 | 124 | 0 | 3 | 62 | 262 | 111 | 35 |
| Binary | 10100 | 10000000 | 1111100 | 1010100 | 0 | 11 | 110010 | 10110010 | 1001001 | 11101 |
Color Harmonies of #14807C
Complementary color
Monochromatic Colors of #14807C
Black with #14807C
Text Example
Text Example
White with #14807C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14807C; }
p { color: rgb(20,128,124); }
H1.HeaderClassName
{
color: #14807C;
}
.AnyTagClassName
{
color: #14807C;
}
</style>
background-color css
<style>
a { background-color: #14807C; }
a { background-color: rgb(20,128,124); }
div.DivClassName
{
background-color: #14807C;
}
.BgClassName
{
background-color: #14807C;
}
</style>
border-color css
<style>
span { border-color: #14807C; }
span { border-color: rgb(20,128,124); }
td.TdClassName
{
border-color: #14807C;
}
.TagClassName
{
border-color: #14807C;
}
</style>