Shades of Deep Teal #13473A
Tints of Deep Teal #13473A
RGB
CMYK
RGB Variations
Color information
#13473A (or 0x13473A) is known color: Deep Teal. HEX triplet: 13, 47 and 3A. RGB value is (19,71,58). Sum of RGB (Red+Green+Blue) = 19+71+58=148 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.84% from 148); Green value is 71 (28.12% from 255 or 47.97% from 148); Blue value is 58 (23.05% from 255 or 39.19% from 148); Max value from RGB is 71 - color contains mainly: green. Hex color #13473A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13473A is #ECB8C5. Grayscale: #353535. Windows color (decimal): -15513798 or 3819283. OLE color: 3819283.
HSL color Cylindrical-coordinate representation of color #13473A: hue angle of 165º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #13473A is Cyan = 0.73, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 19 | 71 | 58 | - |
| CMYK | 0.73 | 0 | 0.18 | 0.72 |
| HSL | 165º | 0.58% | 0.18% | - |
| HSV(B) | 165º | 0.73% | 0.28% | - |
| XYZ | 3.29 | 4.95 | 4.79 | - |
| YUV | 53.97 | 130.27 | 103.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 71 | 58 | 0.73 | 0 | 0.18 | 0.72 | 165 | 0.58 | 0.18 |
| Hex | 13 | 47 | 3A | 49 | 0 | 12 | 48 | A5 | 3A | 12 |
| Octal | 23 | 107 | 72 | 111 | 0 | 22 | 110 | 245 | 72 | 22 |
| Binary | 10011 | 1000111 | 111010 | 1001001 | 0 | 10010 | 1001000 | 10100101 | 111010 | 10010 |
Color Harmonies of #13473A
Complementary color
Monochromatic Colors of #13473A
Black with #13473A
Text Example
Text Example
White with #13473A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13473A; }
p { color: rgb(19,71,58); }
H1.HeaderClassName
{
color: #13473A;
}
.AnyTagClassName
{
color: #13473A;
}
</style>
background-color css
<style>
a { background-color: #13473A; }
a { background-color: rgb(19,71,58); }
div.DivClassName
{
background-color: #13473A;
}
.BgClassName
{
background-color: #13473A;
}
</style>
border-color css
<style>
span { border-color: #13473A; }
span { border-color: rgb(19,71,58); }
td.TdClassName
{
border-color: #13473A;
}
.TagClassName
{
border-color: #13473A;
}
</style>