Shades of Deep Teal #1D4D45
Tints of Deep Teal #1D4D45
RGB
CMYK
RGB Variations
Color information
#1D4D45 (or 0x1D4D45) is known color: Deep Teal. HEX triplet: 1D, 4D and 45. RGB value is (29,77,69). Sum of RGB (Red+Green+Blue) = 29+77+69=175 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.57% from 175); Green value is 77 (30.47% from 255 or 44% from 175); Blue value is 69 (27.34% from 255 or 39.43% from 175); Max value from RGB is 77 - color contains mainly: green. Hex color #1D4D45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D4D45 is #E2B2BA. Grayscale: #3D3D3D. Windows color (decimal): -14856891 or 4541725. OLE color: 4541725.
HSL color Cylindrical-coordinate representation of color #1D4D45: hue angle of 170º 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 #1D4D45 is Cyan = 0.62, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 29 | 77 | 69 | - |
| CMYK | 0.62 | 0 | 0.10 | 0.70 |
| HSL | 170º | 0.45% | 0.21% | - |
| HSV(B) | 170º | 0.62% | 0.3% | - |
| XYZ | 4.23 | 6 | 6.56 | - |
| YUV | 61.74 | 132.1 | 104.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 77 | 69 | 0.62 | 0 | 0.10 | 0.70 | 170 | 0.45 | 0.21 |
| Hex | 1D | 4D | 45 | 3E | 0 | A | 46 | AA | 2D | 15 |
| Octal | 35 | 115 | 105 | 76 | 0 | 12 | 106 | 252 | 55 | 25 |
| Binary | 11101 | 1001101 | 1000101 | 111110 | 0 | 1010 | 1000110 | 10101010 | 101101 | 10101 |
Color Harmonies of #1D4D45
Complementary color
Monochromatic Colors of #1D4D45
Black with #1D4D45
Text Example
Text Example
White with #1D4D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4D45; }
p { color: rgb(29,77,69); }
H1.HeaderClassName
{
color: #1D4D45;
}
.AnyTagClassName
{
color: #1D4D45;
}
</style>
background-color css
<style>
a { background-color: #1D4D45; }
a { background-color: rgb(29,77,69); }
div.DivClassName
{
background-color: #1D4D45;
}
.BgClassName
{
background-color: #1D4D45;
}
</style>
border-color css
<style>
span { border-color: #1D4D45; }
span { border-color: rgb(29,77,69); }
td.TdClassName
{
border-color: #1D4D45;
}
.TagClassName
{
border-color: #1D4D45;
}
</style>