Shades of Deep Teal #13403A
Tints of Deep Teal #13403A
RGB
CMYK
RGB Variations
Color information
#13403A (or 0x13403A) is known color: Deep Teal. HEX triplet: 13, 40 and 3A. RGB value is (19,64,58). Sum of RGB (Red+Green+Blue) = 19+64+58=141 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.48% from 141); Green value is 64 (25.39% from 255 or 45.39% from 141); Blue value is 58 (23.05% from 255 or 41.13% from 141); Max value from RGB is 64 - color contains mainly: green. Hex color #13403A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13403A is #ECBFC5. Grayscale: #313131. Windows color (decimal): -15515590 or 3817491. OLE color: 3817491.
HSL color Cylindrical-coordinate representation of color #13403A: hue angle of 172º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #13403A is Cyan = 0.70, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 19 | 64 | 58 | - |
| CMYK | 0.70 | 0 | 0.09 | 0.75 |
| HSL | 172º | 0.54% | 0.16% | - |
| HSV(B) | 172º | 0.7% | 0.25% | - |
| XYZ | 2.87 | 4.11 | 4.65 | - |
| YUV | 49.86 | 132.59 | 105.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 64 | 58 | 0.70 | 0 | 0.09 | 0.75 | 172 | 0.54 | 0.16 |
| Hex | 13 | 40 | 3A | 46 | 0 | 9 | 4B | AC | 36 | 10 |
| Octal | 23 | 100 | 72 | 106 | 0 | 11 | 113 | 254 | 66 | 20 |
| Binary | 10011 | 1000000 | 111010 | 1000110 | 0 | 1001 | 1001011 | 10101100 | 110110 | 10000 |
Color Harmonies of #13403A
Complementary color
Monochromatic Colors of #13403A
Black with #13403A
Text Example
Text Example
White with #13403A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13403A; }
p { color: rgb(19,64,58); }
H1.HeaderClassName
{
color: #13403A;
}
.AnyTagClassName
{
color: #13403A;
}
</style>
background-color css
<style>
a { background-color: #13403A; }
a { background-color: rgb(19,64,58); }
div.DivClassName
{
background-color: #13403A;
}
.BgClassName
{
background-color: #13403A;
}
</style>
border-color css
<style>
span { border-color: #13403A; }
span { border-color: rgb(19,64,58); }
td.TdClassName
{
border-color: #13403A;
}
.TagClassName
{
border-color: #13403A;
}
</style>