Shades of Deep Teal #1D443C
Tints of Deep Teal #1D443C
RGB
CMYK
RGB Variations
Color information
#1D443C (or 0x1D443C) is known color: Deep Teal. HEX triplet: 1D, 44 and 3C. RGB value is (29,68,60). Sum of RGB (Red+Green+Blue) = 29+68+60=157 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.47% from 157); Green value is 68 (26.95% from 255 or 43.31% from 157); Blue value is 60 (23.83% from 255 or 38.22% from 157); Max value from RGB is 68 - color contains mainly: green. Hex color #1D443C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D443C is #E2BBC3. Grayscale: #373737. Windows color (decimal): -14859204 or 3949597. OLE color: 3949597.
HSL color Cylindrical-coordinate representation of color #1D443C: hue angle of 167.69º 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 #1D443C is Cyan = 0.57, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 29 | 68 | 60 | - |
| CMYK | 0.57 | 0 | 0.12 | 0.73 |
| HSL | 167.69º | 0.4% | 0.19% | - |
| HSV(B) | 167.69º | 0.57% | 0.27% | - |
| XYZ | 3.39 | 4.72 | 5.01 | - |
| YUV | 55.43 | 130.58 | 109.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 68 | 60 | 0.57 | 0 | 0.12 | 0.73 | 167.69 | 0.4 | 0.19 |
| Hex | 1D | 44 | 3C | 39 | 0 | C | 49 | A8 | 28 | 13 |
| Octal | 35 | 104 | 74 | 71 | 0 | 14 | 111 | 250 | 50 | 23 |
| Binary | 11101 | 1000100 | 111100 | 111001 | 0 | 1100 | 1001001 | 10101000 | 101000 | 10011 |
Color Harmonies of #1D443C
Complementary color
Monochromatic Colors of #1D443C
Black with #1D443C
Text Example
Text Example
White with #1D443C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D443C; }
p { color: rgb(29,68,60); }
H1.HeaderClassName
{
color: #1D443C;
}
.AnyTagClassName
{
color: #1D443C;
}
</style>
background-color css
<style>
a { background-color: #1D443C; }
a { background-color: rgb(29,68,60); }
div.DivClassName
{
background-color: #1D443C;
}
.BgClassName
{
background-color: #1D443C;
}
</style>
border-color css
<style>
span { border-color: #1D443C; }
span { border-color: rgb(29,68,60); }
td.TdClassName
{
border-color: #1D443C;
}
.TagClassName
{
border-color: #1D443C;
}
</style>