Shades of Teal #14877C
Tints of Teal #14877C
RGB
CMYK
RGB Variations
Color information
#14877C (or 0x14877C) is known color: Teal. HEX triplet: 14, 87 and 7C. RGB value is (20,135,124). Sum of RGB (Red+Green+Blue) = 20+135+124=279 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.17% from 279); Green value is 135 (53.12% from 255 or 48.39% from 279); Blue value is 124 (48.83% from 255 or 44.44% from 279); Max value from RGB is 135 - color contains mainly: green. Hex color #14877C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14877C is #EB7883. Grayscale: #636363. Windows color (decimal): -15431812 or 8161044. OLE color: 8161044.
HSL color Cylindrical-coordinate representation of color #14877C: hue angle of 174.26º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #14877C is Cyan = 0.85, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 20 | 135 | 124 | - |
| CMYK | 0.85 | 0 | 0.08 | 0.47 |
| HSL | 174.26º | 0.74% | 0.3% | - |
| HSV(B) | 174.26º | 0.85% | 0.53% | - |
| XYZ | 12.59 | 18.93 | 22.06 | - |
| YUV | 99.36 | 141.9 | 71.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 135 | 124 | 0.85 | 0 | 0.08 | 0.47 | 174.26 | 0.74 | 0.3 |
| Hex | 14 | 87 | 7C | 55 | 0 | 8 | 2F | AE | 4A | 1E |
| Octal | 24 | 207 | 174 | 125 | 0 | 10 | 57 | 256 | 112 | 36 |
| Binary | 10100 | 10000111 | 1111100 | 1010101 | 0 | 1000 | 101111 | 10101110 | 1001010 | 11110 |
Color Harmonies of #14877C
Complementary color
Monochromatic Colors of #14877C
Black with #14877C
Text Example
Text Example
White with #14877C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14877C; }
p { color: rgb(20,135,124); }
H1.HeaderClassName
{
color: #14877C;
}
.AnyTagClassName
{
color: #14877C;
}
</style>
background-color css
<style>
a { background-color: #14877C; }
a { background-color: rgb(20,135,124); }
div.DivClassName
{
background-color: #14877C;
}
.BgClassName
{
background-color: #14877C;
}
</style>
border-color css
<style>
span { border-color: #14877C; }
span { border-color: rgb(20,135,124); }
td.TdClassName
{
border-color: #14877C;
}
.TagClassName
{
border-color: #14877C;
}
</style>