Shades of Deep Teal #13493D
Tints of Deep Teal #13493D
RGB
CMYK
RGB Variations
Color information
#13493D (or 0x13493D) is known color: Deep Teal. HEX triplet: 13, 49 and 3D. RGB value is (19,73,61). Sum of RGB (Red+Green+Blue) = 19+73+61=153 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.42% from 153); Green value is 73 (28.91% from 255 or 47.71% from 153); Blue value is 61 (24.22% from 255 or 39.87% from 153); Max value from RGB is 73 - color contains mainly: green. Hex color #13493D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13493D is #ECB6C2. Grayscale: #373737. Windows color (decimal): -15513283 or 4016403. OLE color: 4016403.
HSL color Cylindrical-coordinate representation of color #13493D: hue angle of 166.67º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #13493D is Cyan = 0.74, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 19 | 73 | 61 | - |
| CMYK | 0.74 | 0 | 0.16 | 0.71 |
| HSL | 166.67º | 0.59% | 0.18% | - |
| HSV(B) | 166.67º | 0.74% | 0.29% | - |
| XYZ | 3.49 | 5.24 | 5.24 | - |
| YUV | 55.49 | 131.11 | 101.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 73 | 61 | 0.74 | 0 | 0.16 | 0.71 | 166.67 | 0.59 | 0.18 |
| Hex | 13 | 49 | 3D | 4A | 0 | 10 | 47 | A7 | 3B | 12 |
| Octal | 23 | 111 | 75 | 112 | 0 | 20 | 107 | 247 | 73 | 22 |
| Binary | 10011 | 1001001 | 111101 | 1001010 | 0 | 10000 | 1000111 | 10100111 | 111011 | 10010 |
Color Harmonies of #13493D
Complementary color
Monochromatic Colors of #13493D
Black with #13493D
Text Example
Text Example
White with #13493D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13493D; }
p { color: rgb(19,73,61); }
H1.HeaderClassName
{
color: #13493D;
}
.AnyTagClassName
{
color: #13493D;
}
</style>
background-color css
<style>
a { background-color: #13493D; }
a { background-color: rgb(19,73,61); }
div.DivClassName
{
background-color: #13493D;
}
.BgClassName
{
background-color: #13493D;
}
</style>
border-color css
<style>
span { border-color: #13493D; }
span { border-color: rgb(19,73,61); }
td.TdClassName
{
border-color: #13493D;
}
.TagClassName
{
border-color: #13493D;
}
</style>