Shades of Deep Teal #13463C
Tints of Deep Teal #13463C
RGB
CMYK
RGB Variations
Color information
#13463C (or 0x13463C) is known color: Deep Teal. HEX triplet: 13, 46 and 3C. RGB value is (19,70,60). Sum of RGB (Red+Green+Blue) = 19+70+60=149 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.75% from 149); Green value is 70 (27.73% from 255 or 46.98% from 149); Blue value is 60 (23.83% from 255 or 40.27% from 149); Max value from RGB is 70 - color contains mainly: green. Hex color #13463C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13463C is #ECB9C3. Grayscale: #353535. Windows color (decimal): -15514052 or 3950099. OLE color: 3950099.
HSL color Cylindrical-coordinate representation of color #13463C: hue angle of 168.24º 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 #13463C is Cyan = 0.73, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 19 | 70 | 60 | - |
| CMYK | 0.73 | 0 | 0.14 | 0.73 |
| HSL | 168.24º | 0.57% | 0.17% | - |
| HSV(B) | 168.24º | 0.73% | 0.27% | - |
| XYZ | 3.27 | 4.85 | 5.04 | - |
| YUV | 53.61 | 131.6 | 103.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 70 | 60 | 0.73 | 0 | 0.14 | 0.73 | 168.24 | 0.57 | 0.17 |
| Hex | 13 | 46 | 3C | 49 | 0 | E | 49 | A8 | 39 | 11 |
| Octal | 23 | 106 | 74 | 111 | 0 | 16 | 111 | 250 | 71 | 21 |
| Binary | 10011 | 1000110 | 111100 | 1001001 | 0 | 1110 | 1001001 | 10101000 | 111001 | 10001 |
Color Harmonies of #13463C
Complementary color
Monochromatic Colors of #13463C
Black with #13463C
Text Example
Text Example
White with #13463C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13463C; }
p { color: rgb(19,70,60); }
H1.HeaderClassName
{
color: #13463C;
}
.AnyTagClassName
{
color: #13463C;
}
</style>
background-color css
<style>
a { background-color: #13463C; }
a { background-color: rgb(19,70,60); }
div.DivClassName
{
background-color: #13463C;
}
.BgClassName
{
background-color: #13463C;
}
</style>
border-color css
<style>
span { border-color: #13463C; }
span { border-color: rgb(19,70,60); }
td.TdClassName
{
border-color: #13463C;
}
.TagClassName
{
border-color: #13463C;
}
</style>