Shades of Deep Teal #13483F
Tints of Deep Teal #13483F
RGB
CMYK
RGB Variations
Color information
#13483F (or 0x13483F) is known color: Deep Teal. HEX triplet: 13, 48 and 3F. RGB value is (19,72,63). Sum of RGB (Red+Green+Blue) = 19+72+63=154 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.34% from 154); Green value is 72 (28.52% from 255 or 46.75% from 154); Blue value is 63 (25% from 255 or 40.91% from 154); Max value from RGB is 72 - color contains mainly: green. Hex color #13483F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13483F is #ECB7C0. Grayscale: #373737. Windows color (decimal): -15513537 or 4147219. OLE color: 4147219.
HSL color Cylindrical-coordinate representation of color #13483F: hue angle of 169.81º 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 #13483F is Cyan = 0.74, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 19 | 72 | 63 | - |
| CMYK | 0.74 | 0 | 0.12 | 0.72 |
| HSL | 169.81º | 0.58% | 0.18% | - |
| HSV(B) | 169.81º | 0.74% | 0.28% | - |
| XYZ | 3.48 | 5.13 | 5.51 | - |
| YUV | 55.13 | 132.44 | 102.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 72 | 63 | 0.74 | 0 | 0.12 | 0.72 | 169.81 | 0.58 | 0.18 |
| Hex | 13 | 48 | 3F | 4A | 0 | C | 48 | AA | 3A | 12 |
| Octal | 23 | 110 | 77 | 112 | 0 | 14 | 110 | 252 | 72 | 22 |
| Binary | 10011 | 1001000 | 111111 | 1001010 | 0 | 1100 | 1001000 | 10101010 | 111010 | 10010 |
Color Harmonies of #13483F
Complementary color
Monochromatic Colors of #13483F
Black with #13483F
Text Example
Text Example
White with #13483F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13483F; }
p { color: rgb(19,72,63); }
H1.HeaderClassName
{
color: #13483F;
}
.AnyTagClassName
{
color: #13483F;
}
</style>
background-color css
<style>
a { background-color: #13483F; }
a { background-color: rgb(19,72,63); }
div.DivClassName
{
background-color: #13483F;
}
.BgClassName
{
background-color: #13483F;
}
</style>
border-color css
<style>
span { border-color: #13483F; }
span { border-color: rgb(19,72,63); }
td.TdClassName
{
border-color: #13483F;
}
.TagClassName
{
border-color: #13483F;
}
</style>