Shades of Deep Teal #14493C
Tints of Deep Teal #14493C
RGB
CMYK
RGB Variations
Color information
#14493C (or 0x14493C) is known color: Deep Teal. HEX triplet: 14, 49 and 3C. RGB value is (20,73,60). Sum of RGB (Red+Green+Blue) = 20+73+60=153 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.07% from 153); Green value is 73 (28.91% from 255 or 47.71% from 153); Blue value is 60 (23.83% from 255 or 39.22% from 153); Max value from RGB is 73 - color contains mainly: green. Hex color #14493C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14493C is #EBB6C3. Grayscale: #373737. Windows color (decimal): -15447748 or 3950868. OLE color: 3950868.
HSL color Cylindrical-coordinate representation of color #14493C: hue angle of 165.28º 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 #14493C is Cyan = 0.73, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 20 | 73 | 60 | - |
| CMYK | 0.73 | 0 | 0.18 | 0.71 |
| HSL | 165.28º | 0.57% | 0.18% | - |
| HSV(B) | 165.28º | 0.73% | 0.29% | - |
| XYZ | 3.49 | 5.24 | 5.1 | - |
| YUV | 55.67 | 130.44 | 102.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 73 | 60 | 0.73 | 0 | 0.18 | 0.71 | 165.28 | 0.57 | 0.18 |
| Hex | 14 | 49 | 3C | 49 | 0 | 12 | 47 | A5 | 39 | 12 |
| Octal | 24 | 111 | 74 | 111 | 0 | 22 | 107 | 245 | 71 | 22 |
| Binary | 10100 | 1001001 | 111100 | 1001001 | 0 | 10010 | 1000111 | 10100101 | 111001 | 10010 |
Color Harmonies of #14493C
Complementary color
Monochromatic Colors of #14493C
Black with #14493C
Text Example
Text Example
White with #14493C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14493C; }
p { color: rgb(20,73,60); }
H1.HeaderClassName
{
color: #14493C;
}
.AnyTagClassName
{
color: #14493C;
}
</style>
background-color css
<style>
a { background-color: #14493C; }
a { background-color: rgb(20,73,60); }
div.DivClassName
{
background-color: #14493C;
}
.BgClassName
{
background-color: #14493C;
}
</style>
border-color css
<style>
span { border-color: #14493C; }
span { border-color: rgb(20,73,60); }
td.TdClassName
{
border-color: #14493C;
}
.TagClassName
{
border-color: #14493C;
}
</style>