Shades of Deep Teal #13463D
Tints of Deep Teal #13463D
RGB
CMYK
RGB Variations
Color information
#13463D (or 0x13463D) is known color: Deep Teal. HEX triplet: 13, 46 and 3D. RGB value is (19,70,61). Sum of RGB (Red+Green+Blue) = 19+70+61=150 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.67% from 150); Green value is 70 (27.73% from 255 or 46.67% from 150); Blue value is 61 (24.22% from 255 or 40.67% from 150); Max value from RGB is 70 - color contains mainly: green. Hex color #13463D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13463D is #ECB9C2. Grayscale: #353535. Windows color (decimal): -15514051 or 4015635. OLE color: 4015635.
HSL color Cylindrical-coordinate representation of color #13463D: hue angle of 169.41º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #13463D is Cyan = 0.73, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 19 | 70 | 61 | - |
| CMYK | 0.73 | 0 | 0.13 | 0.73 |
| HSL | 169.41º | 0.57% | 0.17% | - |
| HSV(B) | 169.41º | 0.73% | 0.27% | - |
| XYZ | 3.3 | 4.86 | 5.18 | - |
| YUV | 53.73 | 132.1 | 103.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 70 | 61 | 0.73 | 0 | 0.13 | 0.73 | 169.41 | 0.57 | 0.17 |
| Hex | 13 | 46 | 3D | 49 | 0 | D | 49 | A9 | 39 | 11 |
| Octal | 23 | 106 | 75 | 111 | 0 | 15 | 111 | 251 | 71 | 21 |
| Binary | 10011 | 1000110 | 111101 | 1001001 | 0 | 1101 | 1001001 | 10101001 | 111001 | 10001 |
Color Harmonies of #13463D
Complementary color
Monochromatic Colors of #13463D
Black with #13463D
Text Example
Text Example
White with #13463D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13463D; }
p { color: rgb(19,70,61); }
H1.HeaderClassName
{
color: #13463D;
}
.AnyTagClassName
{
color: #13463D;
}
</style>
background-color css
<style>
a { background-color: #13463D; }
a { background-color: rgb(19,70,61); }
div.DivClassName
{
background-color: #13463D;
}
.BgClassName
{
background-color: #13463D;
}
</style>
border-color css
<style>
span { border-color: #13463D; }
span { border-color: rgb(19,70,61); }
td.TdClassName
{
border-color: #13463D;
}
.TagClassName
{
border-color: #13463D;
}
</style>