Shades of Teal #14897F
Tints of Teal #14897F
RGB
CMYK
RGB Variations
Color information
#14897F (or 0x14897F) is known color: Teal. HEX triplet: 14, 89 and 7F. RGB value is (20,137,127). Sum of RGB (Red+Green+Blue) = 20+137+127=284 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.04% from 284); Green value is 137 (53.91% from 255 or 48.24% from 284); Blue value is 127 (50% from 255 or 44.72% from 284); Max value from RGB is 137 - color contains mainly: green. Hex color #14897F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14897F is #EB7680. Grayscale: #646464. Windows color (decimal): -15431297 or 8358164. OLE color: 8358164.
HSL color Cylindrical-coordinate representation of color #14897F: hue angle of 174.87º 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 #14897F is Cyan = 0.85, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 20 | 137 | 127 | - |
| CMYK | 0.85 | 0 | 0.07 | 0.46 |
| HSL | 174.87º | 0.75% | 0.31% | - |
| HSV(B) | 174.87º | 0.85% | 0.54% | - |
| XYZ | 13.06 | 19.57 | 23.17 | - |
| YUV | 100.88 | 142.74 | 70.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 137 | 127 | 0.85 | 0 | 0.07 | 0.46 | 174.87 | 0.75 | 0.31 |
| Hex | 14 | 89 | 7F | 55 | 0 | 7 | 2E | AF | 4B | 1F |
| Octal | 24 | 211 | 177 | 125 | 0 | 7 | 56 | 257 | 113 | 37 |
| Binary | 10100 | 10001001 | 1111111 | 1010101 | 0 | 111 | 101110 | 10101111 | 1001011 | 11111 |
Color Harmonies of #14897F
Complementary color
Monochromatic Colors of #14897F
Black with #14897F
Text Example
Text Example
White with #14897F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14897F; }
p { color: rgb(20,137,127); }
H1.HeaderClassName
{
color: #14897F;
}
.AnyTagClassName
{
color: #14897F;
}
</style>
background-color css
<style>
a { background-color: #14897F; }
a { background-color: rgb(20,137,127); }
div.DivClassName
{
background-color: #14897F;
}
.BgClassName
{
background-color: #14897F;
}
</style>
border-color css
<style>
span { border-color: #14897F; }
span { border-color: rgb(20,137,127); }
td.TdClassName
{
border-color: #14897F;
}
.TagClassName
{
border-color: #14897F;
}
</style>