Shades of Teal #14847F
Tints of Teal #14847F
RGB
CMYK
RGB Variations
Color information
#14847F (or 0x14847F) is known color: Teal. HEX triplet: 14, 84 and 7F. RGB value is (20,132,127). Sum of RGB (Red+Green+Blue) = 20+132+127=279 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.17% from 279); Green value is 132 (51.95% from 255 or 47.31% from 279); Blue value is 127 (50% from 255 or 45.52% from 279); Max value from RGB is 132 - color contains mainly: green. Hex color #14847F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14847F is #EB7B80. Grayscale: #616161. Windows color (decimal): -15432577 or 8356884. OLE color: 8356884.
HSL color Cylindrical-coordinate representation of color #14847F: hue angle of 177.32º 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 #14847F is Cyan = 0.85, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 20 | 132 | 127 | - |
| CMYK | 0.85 | 0 | 0.04 | 0.48 |
| HSL | 177.32º | 0.74% | 0.3% | - |
| HSV(B) | 177.32º | 0.85% | 0.52% | - |
| XYZ | 12.37 | 18.18 | 22.94 | - |
| YUV | 97.94 | 144.39 | 72.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 132 | 127 | 0.85 | 0 | 0.04 | 0.48 | 177.32 | 0.74 | 0.3 |
| Hex | 14 | 84 | 7F | 55 | 0 | 4 | 30 | B1 | 4A | 1E |
| Octal | 24 | 204 | 177 | 125 | 0 | 4 | 60 | 261 | 112 | 36 |
| Binary | 10100 | 10000100 | 1111111 | 1010101 | 0 | 100 | 110000 | 10110001 | 1001010 | 11110 |
Color Harmonies of #14847F
Complementary color
Monochromatic Colors of #14847F
Black with #14847F
Text Example
Text Example
White with #14847F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14847F; }
p { color: rgb(20,132,127); }
H1.HeaderClassName
{
color: #14847F;
}
.AnyTagClassName
{
color: #14847F;
}
</style>
background-color css
<style>
a { background-color: #14847F; }
a { background-color: rgb(20,132,127); }
div.DivClassName
{
background-color: #14847F;
}
.BgClassName
{
background-color: #14847F;
}
</style>
border-color css
<style>
span { border-color: #14847F; }
span { border-color: rgb(20,132,127); }
td.TdClassName
{
border-color: #14847F;
}
.TagClassName
{
border-color: #14847F;
}
</style>