Shades of Deep Teal #14473B
Tints of Deep Teal #14473B
RGB
CMYK
RGB Variations
Color information
#14473B (or 0x14473B) is known color: Deep Teal. HEX triplet: 14, 47 and 3B. RGB value is (20,71,59). Sum of RGB (Red+Green+Blue) = 20+71+59=150 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.33% from 150); Green value is 71 (28.12% from 255 or 47.33% from 150); Blue value is 59 (23.44% from 255 or 39.33% from 150); Max value from RGB is 71 - color contains mainly: green. Hex color #14473B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14473B is #EBB8C4. Grayscale: #363636. Windows color (decimal): -15448261 or 3884820. OLE color: 3884820.
HSL color Cylindrical-coordinate representation of color #14473B: hue angle of 165.88º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #14473B is Cyan = 0.72, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 20 | 71 | 59 | - |
| CMYK | 0.72 | 0 | 0.17 | 0.72 |
| HSL | 165.88º | 0.56% | 0.18% | - |
| HSV(B) | 165.88º | 0.72% | 0.28% | - |
| XYZ | 3.33 | 4.97 | 4.92 | - |
| YUV | 54.38 | 130.6 | 103.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 71 | 59 | 0.72 | 0 | 0.17 | 0.72 | 165.88 | 0.56 | 0.18 |
| Hex | 14 | 47 | 3B | 48 | 0 | 11 | 48 | A6 | 38 | 12 |
| Octal | 24 | 107 | 73 | 110 | 0 | 21 | 110 | 246 | 70 | 22 |
| Binary | 10100 | 1000111 | 111011 | 1001000 | 0 | 10001 | 1001000 | 10100110 | 111000 | 10010 |
Color Harmonies of #14473B
Complementary color
Monochromatic Colors of #14473B
Black with #14473B
Text Example
Text Example
White with #14473B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14473B; }
p { color: rgb(20,71,59); }
H1.HeaderClassName
{
color: #14473B;
}
.AnyTagClassName
{
color: #14473B;
}
</style>
background-color css
<style>
a { background-color: #14473B; }
a { background-color: rgb(20,71,59); }
div.DivClassName
{
background-color: #14473B;
}
.BgClassName
{
background-color: #14473B;
}
</style>
border-color css
<style>
span { border-color: #14473B; }
span { border-color: rgb(20,71,59); }
td.TdClassName
{
border-color: #14473B;
}
.TagClassName
{
border-color: #14473B;
}
</style>