Shades of Teal #14897E
Tints of Teal #14897E
RGB
CMYK
RGB Variations
Color information
#14897E (or 0x14897E) is known color: Teal. HEX triplet: 14, 89 and 7E. RGB value is (20,137,126). Sum of RGB (Red+Green+Blue) = 20+137+126=283 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.07% from 283); Green value is 137 (53.91% from 255 or 48.41% from 283); Blue value is 126 (49.61% from 255 or 44.52% from 283); Max value from RGB is 137 - color contains mainly: green. Hex color #14897E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14897E is #EB7681. Grayscale: #646464. Windows color (decimal): -15431298 or 8292628. OLE color: 8292628.
HSL color Cylindrical-coordinate representation of color #14897E: hue angle of 174.36º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #14897E is Cyan = 0.85, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 20 | 137 | 126 | - |
| CMYK | 0.85 | 0 | 0.08 | 0.46 |
| HSL | 174.36º | 0.75% | 0.31% | - |
| HSV(B) | 174.36º | 0.85% | 0.54% | - |
| XYZ | 13 | 19.55 | 22.83 | - |
| YUV | 100.76 | 142.24 | 70.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 137 | 126 | 0.85 | 0 | 0.08 | 0.46 | 174.36 | 0.75 | 0.31 |
| Hex | 14 | 89 | 7E | 55 | 0 | 8 | 2E | AE | 4B | 1F |
| Octal | 24 | 211 | 176 | 125 | 0 | 10 | 56 | 256 | 113 | 37 |
| Binary | 10100 | 10001001 | 1111110 | 1010101 | 0 | 1000 | 101110 | 10101110 | 1001011 | 11111 |
Color Harmonies of #14897E
Complementary color
Monochromatic Colors of #14897E
Black with #14897E
Text Example
Text Example
White with #14897E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14897E; }
p { color: rgb(20,137,126); }
H1.HeaderClassName
{
color: #14897E;
}
.AnyTagClassName
{
color: #14897E;
}
</style>
background-color css
<style>
a { background-color: #14897E; }
a { background-color: rgb(20,137,126); }
div.DivClassName
{
background-color: #14897E;
}
.BgClassName
{
background-color: #14897E;
}
</style>
border-color css
<style>
span { border-color: #14897E; }
span { border-color: rgb(20,137,126); }
td.TdClassName
{
border-color: #14897E;
}
.TagClassName
{
border-color: #14897E;
}
</style>