Shades of Teal #14847C
Tints of Teal #14847C
RGB
CMYK
RGB Variations
Color information
#14847C (or 0x14847C) is known color: Teal. HEX triplet: 14, 84 and 7C. RGB value is (20,132,124). Sum of RGB (Red+Green+Blue) = 20+132+124=276 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.25% from 276); Green value is 132 (51.95% from 255 or 47.83% from 276); Blue value is 124 (48.83% from 255 or 44.93% from 276); Max value from RGB is 132 - color contains mainly: green. Hex color #14847C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14847C is #EB7B83. Grayscale: #616161. Windows color (decimal): -15432580 or 8160276. OLE color: 8160276.
HSL color Cylindrical-coordinate representation of color #14847C: hue angle of 175.71º 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 #14847C is Cyan = 0.85, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 20 | 132 | 124 | - |
| CMYK | 0.85 | 0 | 0.06 | 0.48 |
| HSL | 175.71º | 0.74% | 0.3% | - |
| HSV(B) | 175.71º | 0.85% | 0.52% | - |
| XYZ | 12.18 | 18.11 | 21.92 | - |
| YUV | 97.6 | 142.89 | 72.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 132 | 124 | 0.85 | 0 | 0.06 | 0.48 | 175.71 | 0.74 | 0.3 |
| Hex | 14 | 84 | 7C | 55 | 0 | 6 | 30 | B0 | 4A | 1E |
| Octal | 24 | 204 | 174 | 125 | 0 | 6 | 60 | 260 | 112 | 36 |
| Binary | 10100 | 10000100 | 1111100 | 1010101 | 0 | 110 | 110000 | 10110000 | 1001010 | 11110 |
Color Harmonies of #14847C
Complementary color
Monochromatic Colors of #14847C
Black with #14847C
Text Example
Text Example
White with #14847C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14847C; }
p { color: rgb(20,132,124); }
H1.HeaderClassName
{
color: #14847C;
}
.AnyTagClassName
{
color: #14847C;
}
</style>
background-color css
<style>
a { background-color: #14847C; }
a { background-color: rgb(20,132,124); }
div.DivClassName
{
background-color: #14847C;
}
.BgClassName
{
background-color: #14847C;
}
</style>
border-color css
<style>
span { border-color: #14847C; }
span { border-color: rgb(20,132,124); }
td.TdClassName
{
border-color: #14847C;
}
.TagClassName
{
border-color: #14847C;
}
</style>