Shades of Deep Teal #1D4E42
Tints of Deep Teal #1D4E42
RGB
CMYK
RGB Variations
Color information
#1D4E42 (or 0x1D4E42) is known color: Deep Teal. HEX triplet: 1D, 4E and 42. RGB value is (29,78,66). Sum of RGB (Red+Green+Blue) = 29+78+66=173 (22% of max value = 765). Red value is 29 (11.72% from 255 or 16.76% from 173); Green value is 78 (30.86% from 255 or 45.09% from 173); Blue value is 66 (26.17% from 255 or 38.15% from 173); Max value from RGB is 78 - color contains mainly: green. Hex color #1D4E42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D4E42 is #E2B1BD. Grayscale: #3D3D3D. Windows color (decimal): -14856638 or 4345373. OLE color: 4345373.
HSL color Cylindrical-coordinate representation of color #1D4E42: hue angle of 165.31º degrees, saturation: 0.46, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1D4E42 is Cyan = 0.63, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 29 | 78 | 66 | - |
| CMYK | 0.63 | 0 | 0.15 | 0.69 |
| HSL | 165.31º | 0.46% | 0.21% | - |
| HSV(B) | 165.31º | 0.63% | 0.31% | - |
| XYZ | 4.21 | 6.1 | 6.11 | - |
| YUV | 61.98 | 130.27 | 104.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 78 | 66 | 0.63 | 0 | 0.15 | 0.69 | 165.31 | 0.46 | 0.21 |
| Hex | 1D | 4E | 42 | 3F | 0 | F | 45 | A5 | 2E | 15 |
| Octal | 35 | 116 | 102 | 77 | 0 | 17 | 105 | 245 | 56 | 25 |
| Binary | 11101 | 1001110 | 1000010 | 111111 | 0 | 1111 | 1000101 | 10100101 | 101110 | 10101 |
Color Harmonies of #1D4E42
Complementary color
Monochromatic Colors of #1D4E42
Black with #1D4E42
Text Example
Text Example
White with #1D4E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4E42; }
p { color: rgb(29,78,66); }
H1.HeaderClassName
{
color: #1D4E42;
}
.AnyTagClassName
{
color: #1D4E42;
}
</style>
background-color css
<style>
a { background-color: #1D4E42; }
a { background-color: rgb(29,78,66); }
div.DivClassName
{
background-color: #1D4E42;
}
.BgClassName
{
background-color: #1D4E42;
}
</style>
border-color css
<style>
span { border-color: #1D4E42; }
span { border-color: rgb(29,78,66); }
td.TdClassName
{
border-color: #1D4E42;
}
.TagClassName
{
border-color: #1D4E42;
}
</style>