Shades of Deep Teal #13493C
Tints of Deep Teal #13493C
RGB
CMYK
RGB Variations
Color information
#13493C (or 0x13493C) is known color: Deep Teal. HEX triplet: 13, 49 and 3C. RGB value is (19,73,60). Sum of RGB (Red+Green+Blue) = 19+73+60=152 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.5% from 152); Green value is 73 (28.91% from 255 or 48.03% from 152); Blue value is 60 (23.83% from 255 or 39.47% from 152); Max value from RGB is 73 - color contains mainly: green. Hex color #13493C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13493C is #ECB6C3. Grayscale: #373737. Windows color (decimal): -15513284 or 3950867. OLE color: 3950867.
HSL color Cylindrical-coordinate representation of color #13493C: hue angle of 165.56º 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 #13493C is Cyan = 0.74, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 19 | 73 | 60 | - |
| CMYK | 0.74 | 0 | 0.18 | 0.71 |
| HSL | 165.56º | 0.59% | 0.18% | - |
| HSV(B) | 165.56º | 0.74% | 0.29% | - |
| XYZ | 3.47 | 5.23 | 5.1 | - |
| YUV | 55.37 | 130.61 | 102.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 73 | 60 | 0.74 | 0 | 0.18 | 0.71 | 165.56 | 0.59 | 0.18 |
| Hex | 13 | 49 | 3C | 4A | 0 | 12 | 47 | A6 | 3B | 12 |
| Octal | 23 | 111 | 74 | 112 | 0 | 22 | 107 | 246 | 73 | 22 |
| Binary | 10011 | 1001001 | 111100 | 1001010 | 0 | 10010 | 1000111 | 10100110 | 111011 | 10010 |
Color Harmonies of #13493C
Complementary color
Monochromatic Colors of #13493C
Black with #13493C
Text Example
Text Example
White with #13493C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13493C; }
p { color: rgb(19,73,60); }
H1.HeaderClassName
{
color: #13493C;
}
.AnyTagClassName
{
color: #13493C;
}
</style>
background-color css
<style>
a { background-color: #13493C; }
a { background-color: rgb(19,73,60); }
div.DivClassName
{
background-color: #13493C;
}
.BgClassName
{
background-color: #13493C;
}
</style>
border-color css
<style>
span { border-color: #13493C; }
span { border-color: rgb(19,73,60); }
td.TdClassName
{
border-color: #13493C;
}
.TagClassName
{
border-color: #13493C;
}
</style>