Shades of Deep Teal #1D4D46
Tints of Deep Teal #1D4D46
RGB
CMYK
RGB Variations
Color information
#1D4D46 (or 0x1D4D46) is known color: Deep Teal. HEX triplet: 1D, 4D and 46. RGB value is (29,77,70). Sum of RGB (Red+Green+Blue) = 29+77+70=176 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.48% from 176); Green value is 77 (30.47% from 255 or 43.75% from 176); Blue value is 70 (27.73% from 255 or 39.77% from 176); Max value from RGB is 77 - color contains mainly: green. Hex color #1D4D46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D4D46 is #E2B2B9. Grayscale: #3D3D3D. Windows color (decimal): -14856890 or 4607261. OLE color: 4607261.
HSL color Cylindrical-coordinate representation of color #1D4D46: hue angle of 171.25º 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 #1D4D46 is Cyan = 0.62, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 29 | 77 | 70 | - |
| CMYK | 0.62 | 0 | 0.09 | 0.70 |
| HSL | 171.25º | 0.45% | 0.21% | - |
| HSV(B) | 171.25º | 0.62% | 0.3% | - |
| XYZ | 4.27 | 6.01 | 6.73 | - |
| YUV | 61.85 | 132.6 | 104.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 77 | 70 | 0.62 | 0 | 0.09 | 0.70 | 171.25 | 0.45 | 0.21 |
| Hex | 1D | 4D | 46 | 3E | 0 | 9 | 46 | AB | 2D | 15 |
| Octal | 35 | 115 | 106 | 76 | 0 | 11 | 106 | 253 | 55 | 25 |
| Binary | 11101 | 1001101 | 1000110 | 111110 | 0 | 1001 | 1000110 | 10101011 | 101101 | 10101 |
Color Harmonies of #1D4D46
Complementary color
Monochromatic Colors of #1D4D46
Black with #1D4D46
Text Example
Text Example
White with #1D4D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4D46; }
p { color: rgb(29,77,70); }
H1.HeaderClassName
{
color: #1D4D46;
}
.AnyTagClassName
{
color: #1D4D46;
}
</style>
background-color css
<style>
a { background-color: #1D4D46; }
a { background-color: rgb(29,77,70); }
div.DivClassName
{
background-color: #1D4D46;
}
.BgClassName
{
background-color: #1D4D46;
}
</style>
border-color css
<style>
span { border-color: #1D4D46; }
span { border-color: rgb(29,77,70); }
td.TdClassName
{
border-color: #1D4D46;
}
.TagClassName
{
border-color: #1D4D46;
}
</style>