Shades of Teal #14817B
Tints of Teal #14817B
RGB
CMYK
RGB Variations
Color information
#14817B (or 0x14817B) is known color: Teal. HEX triplet: 14, 81 and 7B. RGB value is (20,129,123). Sum of RGB (Red+Green+Blue) = 20+129+123=272 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.35% from 272); Green value is 129 (50.78% from 255 or 47.43% from 272); Blue value is 123 (48.44% from 255 or 45.22% from 272); Max value from RGB is 129 - color contains mainly: green. Hex color #14817B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14817B is #EB7E84. Grayscale: #5F5F5F. Windows color (decimal): -15433349 or 8093972. OLE color: 8093972.
HSL color Cylindrical-coordinate representation of color #14817B: hue angle of 176.7º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #14817B is Cyan = 0.84, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 20 | 129 | 123 | - |
| CMYK | 0.84 | 0 | 0.05 | 0.49 |
| HSL | 176.7º | 0.73% | 0.29% | - |
| HSV(B) | 176.7º | 0.84% | 0.51% | - |
| XYZ | 11.71 | 17.28 | 21.46 | - |
| YUV | 95.73 | 143.39 | 73.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 129 | 123 | 0.84 | 0 | 0.05 | 0.49 | 176.7 | 0.73 | 0.29 |
| Hex | 14 | 81 | 7B | 54 | 0 | 5 | 31 | B1 | 49 | 1D |
| Octal | 24 | 201 | 173 | 124 | 0 | 5 | 61 | 261 | 111 | 35 |
| Binary | 10100 | 10000001 | 1111011 | 1010100 | 0 | 101 | 110001 | 10110001 | 1001001 | 11101 |
Color Harmonies of #14817B
Complementary color
Monochromatic Colors of #14817B
Black with #14817B
Text Example
Text Example
White with #14817B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14817B; }
p { color: rgb(20,129,123); }
H1.HeaderClassName
{
color: #14817B;
}
.AnyTagClassName
{
color: #14817B;
}
</style>
background-color css
<style>
a { background-color: #14817B; }
a { background-color: rgb(20,129,123); }
div.DivClassName
{
background-color: #14817B;
}
.BgClassName
{
background-color: #14817B;
}
</style>
border-color css
<style>
span { border-color: #14817B; }
span { border-color: rgb(20,129,123); }
td.TdClassName
{
border-color: #14817B;
}
.TagClassName
{
border-color: #14817B;
}
</style>