Shades of Deep Teal #13483E
Tints of Deep Teal #13483E
RGB
CMYK
RGB Variations
Color information
#13483E (or 0x13483E) is known color: Deep Teal. HEX triplet: 13, 48 and 3E. RGB value is (19,72,62). Sum of RGB (Red+Green+Blue) = 19+72+62=153 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.42% from 153); Green value is 72 (28.52% from 255 or 47.06% from 153); Blue value is 62 (24.61% from 255 or 40.52% from 153); Max value from RGB is 72 - color contains mainly: green. Hex color #13483E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13483E is #ECB7C1. Grayscale: #373737. Windows color (decimal): -15513538 or 4081683. OLE color: 4081683.
HSL color Cylindrical-coordinate representation of color #13483E: hue angle of 168.68º 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 #13483E is Cyan = 0.74, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 19 | 72 | 62 | - |
| CMYK | 0.74 | 0 | 0.14 | 0.72 |
| HSL | 168.68º | 0.58% | 0.18% | - |
| HSV(B) | 168.68º | 0.74% | 0.28% | - |
| XYZ | 3.46 | 5.12 | 5.36 | - |
| YUV | 55.01 | 131.94 | 102.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 72 | 62 | 0.74 | 0 | 0.14 | 0.72 | 168.68 | 0.58 | 0.18 |
| Hex | 13 | 48 | 3E | 4A | 0 | E | 48 | A9 | 3A | 12 |
| Octal | 23 | 110 | 76 | 112 | 0 | 16 | 110 | 251 | 72 | 22 |
| Binary | 10011 | 1001000 | 111110 | 1001010 | 0 | 1110 | 1001000 | 10101001 | 111010 | 10010 |
Color Harmonies of #13483E
Complementary color
Monochromatic Colors of #13483E
Black with #13483E
Text Example
Text Example
White with #13483E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13483E; }
p { color: rgb(19,72,62); }
H1.HeaderClassName
{
color: #13483E;
}
.AnyTagClassName
{
color: #13483E;
}
</style>
background-color css
<style>
a { background-color: #13483E; }
a { background-color: rgb(19,72,62); }
div.DivClassName
{
background-color: #13483E;
}
.BgClassName
{
background-color: #13483E;
}
</style>
border-color css
<style>
span { border-color: #13483E; }
span { border-color: rgb(19,72,62); }
td.TdClassName
{
border-color: #13483E;
}
.TagClassName
{
border-color: #13483E;
}
</style>