Shades of Deep Teal #1D4D47
Tints of Deep Teal #1D4D47
RGB
CMYK
RGB Variations
Color information
#1D4D47 (or 0x1D4D47) is known color: Deep Teal. HEX triplet: 1D, 4D and 47. RGB value is (29,77,71). Sum of RGB (Red+Green+Blue) = 29+77+71=177 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.38% from 177); Green value is 77 (30.47% from 255 or 43.50% from 177); Blue value is 71 (28.12% from 255 or 40.11% from 177); Max value from RGB is 77 - color contains mainly: green. Hex color #1D4D47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D4D47 is #E2B2B8. Grayscale: #3D3D3D. Windows color (decimal): -14856889 or 4672797. OLE color: 4672797.
HSL color Cylindrical-coordinate representation of color #1D4D47: hue angle of 172.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 #1D4D47 is Cyan = 0.62, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 29 | 77 | 71 | - |
| CMYK | 0.62 | 0 | 0.08 | 0.70 |
| HSL | 172.5º | 0.45% | 0.21% | - |
| HSV(B) | 172.5º | 0.62% | 0.3% | - |
| XYZ | 4.3 | 6.02 | 6.9 | - |
| YUV | 61.96 | 133.1 | 104.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 77 | 71 | 0.62 | 0 | 0.08 | 0.70 | 172.5 | 0.45 | 0.21 |
| Hex | 1D | 4D | 47 | 3E | 0 | 8 | 46 | AC | 2D | 15 |
| Octal | 35 | 115 | 107 | 76 | 0 | 10 | 106 | 254 | 55 | 25 |
| Binary | 11101 | 1001101 | 1000111 | 111110 | 0 | 1000 | 1000110 | 10101100 | 101101 | 10101 |
Color Harmonies of #1D4D47
Complementary color
Monochromatic Colors of #1D4D47
Black with #1D4D47
Text Example
Text Example
White with #1D4D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4D47; }
p { color: rgb(29,77,71); }
H1.HeaderClassName
{
color: #1D4D47;
}
.AnyTagClassName
{
color: #1D4D47;
}
</style>
background-color css
<style>
a { background-color: #1D4D47; }
a { background-color: rgb(29,77,71); }
div.DivClassName
{
background-color: #1D4D47;
}
.BgClassName
{
background-color: #1D4D47;
}
</style>
border-color css
<style>
span { border-color: #1D4D47; }
span { border-color: rgb(29,77,71); }
td.TdClassName
{
border-color: #1D4D47;
}
.TagClassName
{
border-color: #1D4D47;
}
</style>