Shades of Deep Teal #1D4A41
Tints of Deep Teal #1D4A41
RGB
CMYK
RGB Variations
Color information
#1D4A41 (or 0x1D4A41) is known color: Deep Teal. HEX triplet: 1D, 4A and 41. RGB value is (29,74,65). Sum of RGB (Red+Green+Blue) = 29+74+65=168 (22% of max value = 765). Red value is 29 (11.72% from 255 or 17.26% from 168); Green value is 74 (29.30% from 255 or 44.05% from 168); Blue value is 65 (25.78% from 255 or 38.69% from 168); Max value from RGB is 74 - color contains mainly: green. Hex color #1D4A41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D4A41 is #E2B5BE. Grayscale: #3B3B3B. Windows color (decimal): -14857663 or 4278813. OLE color: 4278813.
HSL color Cylindrical-coordinate representation of color #1D4A41: hue angle of 168º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1D4A41 is Cyan = 0.61, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 29 | 74 | 65 | - |
| CMYK | 0.61 | 0 | 0.12 | 0.71 |
| HSL | 168º | 0.44% | 0.2% | - |
| HSV(B) | 168º | 0.61% | 0.29% | - |
| XYZ | 3.91 | 5.54 | 5.86 | - |
| YUV | 59.52 | 131.09 | 106.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 74 | 65 | 0.61 | 0 | 0.12 | 0.71 | 168 | 0.44 | 0.2 |
| Hex | 1D | 4A | 41 | 3D | 0 | C | 47 | A8 | 2C | 14 |
| Octal | 35 | 112 | 101 | 75 | 0 | 14 | 107 | 250 | 54 | 24 |
| Binary | 11101 | 1001010 | 1000001 | 111101 | 0 | 1100 | 1000111 | 10101000 | 101100 | 10100 |
Color Harmonies of #1D4A41
Complementary color
Monochromatic Colors of #1D4A41
Black with #1D4A41
Text Example
Text Example
White with #1D4A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4A41; }
p { color: rgb(29,74,65); }
H1.HeaderClassName
{
color: #1D4A41;
}
.AnyTagClassName
{
color: #1D4A41;
}
</style>
background-color css
<style>
a { background-color: #1D4A41; }
a { background-color: rgb(29,74,65); }
div.DivClassName
{
background-color: #1D4A41;
}
.BgClassName
{
background-color: #1D4A41;
}
</style>
border-color css
<style>
span { border-color: #1D4A41; }
span { border-color: rgb(29,74,65); }
td.TdClassName
{
border-color: #1D4A41;
}
.TagClassName
{
border-color: #1D4A41;
}
</style>