Shades of Teal #14837C
Tints of Teal #14837C
RGB
CMYK
RGB Variations
Color information
#14837C (or 0x14837C) is known color: Teal. HEX triplet: 14, 83 and 7C. RGB value is (20,131,124). Sum of RGB (Red+Green+Blue) = 20+131+124=275 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.27% from 275); Green value is 131 (51.56% from 255 or 47.64% from 275); Blue value is 124 (48.83% from 255 or 45.09% from 275); Max value from RGB is 131 - color contains mainly: green. Hex color #14837C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14837C is #EB7C83. Grayscale: #606060. Windows color (decimal): -15432836 or 8160020. OLE color: 8160020.
HSL color Cylindrical-coordinate representation of color #14837C: hue angle of 176.22º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #14837C is Cyan = 0.85, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 20 | 131 | 124 | - |
| CMYK | 0.85 | 0 | 0.05 | 0.49 |
| HSL | 176.22º | 0.74% | 0.3% | - |
| HSV(B) | 176.22º | 0.85% | 0.51% | - |
| XYZ | 12.04 | 17.84 | 21.88 | - |
| YUV | 97.01 | 143.23 | 73.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 131 | 124 | 0.85 | 0 | 0.05 | 0.49 | 176.22 | 0.74 | 0.3 |
| Hex | 14 | 83 | 7C | 55 | 0 | 5 | 31 | B0 | 4A | 1E |
| Octal | 24 | 203 | 174 | 125 | 0 | 5 | 61 | 260 | 112 | 36 |
| Binary | 10100 | 10000011 | 1111100 | 1010101 | 0 | 101 | 110001 | 10110000 | 1001010 | 11110 |
Color Harmonies of #14837C
Complementary color
Monochromatic Colors of #14837C
Black with #14837C
Text Example
Text Example
White with #14837C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14837C; }
p { color: rgb(20,131,124); }
H1.HeaderClassName
{
color: #14837C;
}
.AnyTagClassName
{
color: #14837C;
}
</style>
background-color css
<style>
a { background-color: #14837C; }
a { background-color: rgb(20,131,124); }
div.DivClassName
{
background-color: #14837C;
}
.BgClassName
{
background-color: #14837C;
}
</style>
border-color css
<style>
span { border-color: #14837C; }
span { border-color: rgb(20,131,124); }
td.TdClassName
{
border-color: #14837C;
}
.TagClassName
{
border-color: #14837C;
}
</style>