Shades of Deep Teal #13483A
Tints of Deep Teal #13483A
RGB
CMYK
RGB Variations
Color information
#13483A (or 0x13483A) is known color: Deep Teal. HEX triplet: 13, 48 and 3A. RGB value is (19,72,58). Sum of RGB (Red+Green+Blue) = 19+72+58=149 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.75% from 149); Green value is 72 (28.52% from 255 or 48.32% from 149); Blue value is 58 (23.05% from 255 or 38.93% from 149); Max value from RGB is 72 - color contains mainly: green. Hex color #13483A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13483A is #ECB7C5. Grayscale: #363636. Windows color (decimal): -15513542 or 3819539. OLE color: 3819539.
HSL color Cylindrical-coordinate representation of color #13483A: hue angle of 164.15º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #13483A is Cyan = 0.74, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 19 | 72 | 58 | - |
| CMYK | 0.74 | 0 | 0.19 | 0.72 |
| HSL | 164.15º | 0.58% | 0.18% | - |
| HSV(B) | 164.15º | 0.74% | 0.28% | - |
| XYZ | 3.35 | 5.08 | 4.81 | - |
| YUV | 54.56 | 129.94 | 102.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 72 | 58 | 0.74 | 0 | 0.19 | 0.72 | 164.15 | 0.58 | 0.18 |
| Hex | 13 | 48 | 3A | 4A | 0 | 13 | 48 | A4 | 3A | 12 |
| Octal | 23 | 110 | 72 | 112 | 0 | 23 | 110 | 244 | 72 | 22 |
| Binary | 10011 | 1001000 | 111010 | 1001010 | 0 | 10011 | 1001000 | 10100100 | 111010 | 10010 |
Color Harmonies of #13483A
Complementary color
Monochromatic Colors of #13483A
Black with #13483A
Text Example
Text Example
White with #13483A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13483A; }
p { color: rgb(19,72,58); }
H1.HeaderClassName
{
color: #13483A;
}
.AnyTagClassName
{
color: #13483A;
}
</style>
background-color css
<style>
a { background-color: #13483A; }
a { background-color: rgb(19,72,58); }
div.DivClassName
{
background-color: #13483A;
}
.BgClassName
{
background-color: #13483A;
}
</style>
border-color css
<style>
span { border-color: #13483A; }
span { border-color: rgb(19,72,58); }
td.TdClassName
{
border-color: #13483A;
}
.TagClassName
{
border-color: #13483A;
}
</style>