Shades of Deep Teal #1D4B41
Tints of Deep Teal #1D4B41
RGB
CMYK
RGB Variations
Color information
#1D4B41 (or 0x1D4B41) is known color: Deep Teal. HEX triplet: 1D, 4B and 41. RGB value is (29,75,65). Sum of RGB (Red+Green+Blue) = 29+75+65=169 (22% of max value = 765). Red value is 29 (11.72% from 255 or 17.16% from 169); Green value is 75 (29.69% from 255 or 44.38% from 169); Blue value is 65 (25.78% from 255 or 38.46% from 169); Max value from RGB is 75 - color contains mainly: green. Hex color #1D4B41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D4B41 is #E2B4BE. Grayscale: #3C3C3C. Windows color (decimal): -14857407 or 4279069. OLE color: 4279069.
HSL color Cylindrical-coordinate representation of color #1D4B41: hue angle of 166.96º 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 #1D4B41 is Cyan = 0.61, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 29 | 75 | 65 | - |
| CMYK | 0.61 | 0 | 0.13 | 0.71 |
| HSL | 166.96º | 0.44% | 0.2% | - |
| HSV(B) | 166.96º | 0.61% | 0.29% | - |
| XYZ | 3.98 | 5.68 | 5.89 | - |
| YUV | 60.11 | 130.76 | 105.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 75 | 65 | 0.61 | 0 | 0.13 | 0.71 | 166.96 | 0.44 | 0.2 |
| Hex | 1D | 4B | 41 | 3D | 0 | D | 47 | A7 | 2C | 14 |
| Octal | 35 | 113 | 101 | 75 | 0 | 15 | 107 | 247 | 54 | 24 |
| Binary | 11101 | 1001011 | 1000001 | 111101 | 0 | 1101 | 1000111 | 10100111 | 101100 | 10100 |
Color Harmonies of #1D4B41
Complementary color
Monochromatic Colors of #1D4B41
Black with #1D4B41
Text Example
Text Example
White with #1D4B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4B41; }
p { color: rgb(29,75,65); }
H1.HeaderClassName
{
color: #1D4B41;
}
.AnyTagClassName
{
color: #1D4B41;
}
</style>
background-color css
<style>
a { background-color: #1D4B41; }
a { background-color: rgb(29,75,65); }
div.DivClassName
{
background-color: #1D4B41;
}
.BgClassName
{
background-color: #1D4B41;
}
</style>
border-color css
<style>
span { border-color: #1D4B41; }
span { border-color: rgb(29,75,65); }
td.TdClassName
{
border-color: #1D4B41;
}
.TagClassName
{
border-color: #1D4B41;
}
</style>