Shades of Deep Teal #1D4D43
Tints of Deep Teal #1D4D43
RGB
CMYK
RGB Variations
Color information
#1D4D43 (or 0x1D4D43) is known color: Deep Teal. HEX triplet: 1D, 4D and 43. RGB value is (29,77,67). Sum of RGB (Red+Green+Blue) = 29+77+67=173 (22% of max value = 765). Red value is 29 (11.72% from 255 or 16.76% from 173); Green value is 77 (30.47% from 255 or 44.51% from 173); Blue value is 67 (26.56% from 255 or 38.73% from 173); Max value from RGB is 77 - color contains mainly: green. Hex color #1D4D43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D4D43 is #E2B2BC. Grayscale: #3D3D3D. Windows color (decimal): -14856893 or 4410653. OLE color: 4410653.
HSL color Cylindrical-coordinate representation of color #1D4D43: hue angle of 167.5º degrees, saturation: 0.45, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1D4D43 is Cyan = 0.62, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 29 | 77 | 67 | - |
| CMYK | 0.62 | 0 | 0.13 | 0.70 |
| HSL | 167.5º | 0.45% | 0.21% | - |
| HSV(B) | 167.5º | 0.62% | 0.3% | - |
| XYZ | 4.17 | 5.97 | 6.24 | - |
| YUV | 61.51 | 131.1 | 104.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 77 | 67 | 0.62 | 0 | 0.13 | 0.70 | 167.5 | 0.45 | 0.21 |
| Hex | 1D | 4D | 43 | 3E | 0 | D | 46 | A8 | 2D | 15 |
| Octal | 35 | 115 | 103 | 76 | 0 | 15 | 106 | 250 | 55 | 25 |
| Binary | 11101 | 1001101 | 1000011 | 111110 | 0 | 1101 | 1000110 | 10101000 | 101101 | 10101 |
Color Harmonies of #1D4D43
Complementary color
Monochromatic Colors of #1D4D43
Black with #1D4D43
Text Example
Text Example
White with #1D4D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4D43; }
p { color: rgb(29,77,67); }
H1.HeaderClassName
{
color: #1D4D43;
}
.AnyTagClassName
{
color: #1D4D43;
}
</style>
background-color css
<style>
a { background-color: #1D4D43; }
a { background-color: rgb(29,77,67); }
div.DivClassName
{
background-color: #1D4D43;
}
.BgClassName
{
background-color: #1D4D43;
}
</style>
border-color css
<style>
span { border-color: #1D4D43; }
span { border-color: rgb(29,77,67); }
td.TdClassName
{
border-color: #1D4D43;
}
.TagClassName
{
border-color: #1D4D43;
}
</style>