Shades of Deep Teal #1D443D
Tints of Deep Teal #1D443D
RGB
CMYK
RGB Variations
Color information
#1D443D (or 0x1D443D) is known color: Deep Teal. HEX triplet: 1D, 44 and 3D. RGB value is (29,68,61). Sum of RGB (Red+Green+Blue) = 29+68+61=158 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.35% from 158); Green value is 68 (26.95% from 255 or 43.04% from 158); Blue value is 61 (24.22% from 255 or 38.61% from 158); Max value from RGB is 68 - color contains mainly: green. Hex color #1D443D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D443D is #E2BBC2. Grayscale: #373737. Windows color (decimal): -14859203 or 4015133. OLE color: 4015133.
HSL color Cylindrical-coordinate representation of color #1D443D: hue angle of 169.23º degrees, saturation: 0.4, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1D443D is Cyan = 0.57, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 29 | 68 | 61 | - |
| CMYK | 0.57 | 0 | 0.10 | 0.73 |
| HSL | 169.23º | 0.4% | 0.19% | - |
| HSV(B) | 169.23º | 0.57% | 0.27% | - |
| XYZ | 3.42 | 4.73 | 5.15 | - |
| YUV | 55.54 | 131.08 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 68 | 61 | 0.57 | 0 | 0.10 | 0.73 | 169.23 | 0.4 | 0.19 |
| Hex | 1D | 44 | 3D | 39 | 0 | A | 49 | A9 | 28 | 13 |
| Octal | 35 | 104 | 75 | 71 | 0 | 12 | 111 | 251 | 50 | 23 |
| Binary | 11101 | 1000100 | 111101 | 111001 | 0 | 1010 | 1001001 | 10101001 | 101000 | 10011 |
Color Harmonies of #1D443D
Complementary color
Monochromatic Colors of #1D443D
Black with #1D443D
Text Example
Text Example
White with #1D443D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D443D; }
p { color: rgb(29,68,61); }
H1.HeaderClassName
{
color: #1D443D;
}
.AnyTagClassName
{
color: #1D443D;
}
</style>
background-color css
<style>
a { background-color: #1D443D; }
a { background-color: rgb(29,68,61); }
div.DivClassName
{
background-color: #1D443D;
}
.BgClassName
{
background-color: #1D443D;
}
</style>
border-color css
<style>
span { border-color: #1D443D; }
span { border-color: rgb(29,68,61); }
td.TdClassName
{
border-color: #1D443D;
}
.TagClassName
{
border-color: #1D443D;
}
</style>