Shades of Deep Teal #13433A
Tints of Deep Teal #13433A
RGB
CMYK
RGB Variations
Color information
#13433A (or 0x13433A) is known color: Deep Teal. HEX triplet: 13, 43 and 3A. RGB value is (19,67,58). Sum of RGB (Red+Green+Blue) = 19+67+58=144 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.19% from 144); Green value is 67 (26.56% from 255 or 46.53% from 144); Blue value is 58 (23.05% from 255 or 40.28% from 144); Max value from RGB is 67 - color contains mainly: green. Hex color #13433A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13433A is #ECBCC5. Grayscale: #333333. Windows color (decimal): -15514822 or 3818259. OLE color: 3818259.
HSL color Cylindrical-coordinate representation of color #13433A: hue angle of 168.75º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #13433A is Cyan = 0.72, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 19 | 67 | 58 | - |
| CMYK | 0.72 | 0 | 0.13 | 0.74 |
| HSL | 168.75º | 0.56% | 0.17% | - |
| HSV(B) | 168.75º | 0.72% | 0.26% | - |
| XYZ | 3.04 | 4.46 | 4.7 | - |
| YUV | 51.62 | 131.6 | 104.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 67 | 58 | 0.72 | 0 | 0.13 | 0.74 | 168.75 | 0.56 | 0.17 |
| Hex | 13 | 43 | 3A | 48 | 0 | D | 4A | A9 | 38 | 11 |
| Octal | 23 | 103 | 72 | 110 | 0 | 15 | 112 | 251 | 70 | 21 |
| Binary | 10011 | 1000011 | 111010 | 1001000 | 0 | 1101 | 1001010 | 10101001 | 111000 | 10001 |
Color Harmonies of #13433A
Complementary color
Monochromatic Colors of #13433A
Black with #13433A
Text Example
Text Example
White with #13433A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13433A; }
p { color: rgb(19,67,58); }
H1.HeaderClassName
{
color: #13433A;
}
.AnyTagClassName
{
color: #13433A;
}
</style>
background-color css
<style>
a { background-color: #13433A; }
a { background-color: rgb(19,67,58); }
div.DivClassName
{
background-color: #13433A;
}
.BgClassName
{
background-color: #13433A;
}
</style>
border-color css
<style>
span { border-color: #13433A; }
span { border-color: rgb(19,67,58); }
td.TdClassName
{
border-color: #13433A;
}
.TagClassName
{
border-color: #13433A;
}
</style>