Shades of Teal #14807D
Tints of Teal #14807D
RGB
CMYK
RGB Variations
Color information
#14807D (or 0x14807D) is known color: Teal. HEX triplet: 14, 80 and 7D. RGB value is (20,128,125). Sum of RGB (Red+Green+Blue) = 20+128+125=273 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.33% from 273); Green value is 128 (50.39% from 255 or 46.89% from 273); Blue value is 125 (49.22% from 255 or 45.79% from 273); Max value from RGB is 128 - color contains mainly: green. Hex color #14807D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14807D is #EB7F82. Grayscale: #5F5F5F. Windows color (decimal): -15433603 or 8224788. OLE color: 8224788.
HSL color Cylindrical-coordinate representation of color #14807D: hue angle of 178.33º 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 #14807D is Cyan = 0.84, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 20 | 128 | 125 | - |
| CMYK | 0.84 | 0 | 0.02 | 0.50 |
| HSL | 178.33º | 0.73% | 0.29% | - |
| HSV(B) | 178.33º | 0.84% | 0.5% | - |
| XYZ | 11.71 | 17.07 | 22.08 | - |
| YUV | 95.37 | 144.72 | 74.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 128 | 125 | 0.84 | 0 | 0.02 | 0.50 | 178.33 | 0.73 | 0.29 |
| Hex | 14 | 80 | 7D | 54 | 0 | 2 | 32 | B2 | 49 | 1D |
| Octal | 24 | 200 | 175 | 124 | 0 | 2 | 62 | 262 | 111 | 35 |
| Binary | 10100 | 10000000 | 1111101 | 1010100 | 0 | 10 | 110010 | 10110010 | 1001001 | 11101 |
Color Harmonies of #14807D
Complementary color
Monochromatic Colors of #14807D
Black with #14807D
Text Example
Text Example
White with #14807D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14807D; }
p { color: rgb(20,128,125); }
H1.HeaderClassName
{
color: #14807D;
}
.AnyTagClassName
{
color: #14807D;
}
</style>
background-color css
<style>
a { background-color: #14807D; }
a { background-color: rgb(20,128,125); }
div.DivClassName
{
background-color: #14807D;
}
.BgClassName
{
background-color: #14807D;
}
</style>
border-color css
<style>
span { border-color: #14807D; }
span { border-color: rgb(20,128,125); }
td.TdClassName
{
border-color: #14807D;
}
.TagClassName
{
border-color: #14807D;
}
</style>