Shades of Deep Teal #14493F
Tints of Deep Teal #14493F
RGB
CMYK
RGB Variations
Color information
#14493F (or 0x14493F) is known color: Deep Teal. HEX triplet: 14, 49 and 3F. RGB value is (20,73,63). Sum of RGB (Red+Green+Blue) = 20+73+63=156 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.82% from 156); Green value is 73 (28.91% from 255 or 46.79% from 156); Blue value is 63 (25% from 255 or 40.38% from 156); Max value from RGB is 73 - color contains mainly: green. Hex color #14493F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14493F is #EBB6C0. Grayscale: #383838. Windows color (decimal): -15447745 or 4147476. OLE color: 4147476.
HSL color Cylindrical-coordinate representation of color #14493F: hue angle of 168.68º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #14493F is Cyan = 0.73, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 20 | 73 | 63 | - |
| CMYK | 0.73 | 0 | 0.14 | 0.71 |
| HSL | 168.68º | 0.57% | 0.18% | - |
| HSV(B) | 168.68º | 0.73% | 0.29% | - |
| XYZ | 3.57 | 5.27 | 5.53 | - |
| YUV | 56.01 | 131.94 | 102.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 73 | 63 | 0.73 | 0 | 0.14 | 0.71 | 168.68 | 0.57 | 0.18 |
| Hex | 14 | 49 | 3F | 49 | 0 | E | 47 | A9 | 39 | 12 |
| Octal | 24 | 111 | 77 | 111 | 0 | 16 | 107 | 251 | 71 | 22 |
| Binary | 10100 | 1001001 | 111111 | 1001001 | 0 | 1110 | 1000111 | 10101001 | 111001 | 10010 |
Color Harmonies of #14493F
Complementary color
Monochromatic Colors of #14493F
Black with #14493F
Text Example
Text Example
White with #14493F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14493F; }
p { color: rgb(20,73,63); }
H1.HeaderClassName
{
color: #14493F;
}
.AnyTagClassName
{
color: #14493F;
}
</style>
background-color css
<style>
a { background-color: #14493F; }
a { background-color: rgb(20,73,63); }
div.DivClassName
{
background-color: #14493F;
}
.BgClassName
{
background-color: #14493F;
}
</style>
border-color css
<style>
span { border-color: #14493F; }
span { border-color: rgb(20,73,63); }
td.TdClassName
{
border-color: #14493F;
}
.TagClassName
{
border-color: #14493F;
}
</style>