Shades of Deep Teal #1D4B40
Tints of Deep Teal #1D4B40
RGB
CMYK
RGB Variations
Color information
#1D4B40 (or 0x1D4B40) is known color: Deep Teal. HEX triplet: 1D, 4B and 40. RGB value is (29,75,64). Sum of RGB (Red+Green+Blue) = 29+75+64=168 (22% of max value = 765). Red value is 29 (11.72% from 255 or 17.26% from 168); Green value is 75 (29.69% from 255 or 44.64% from 168); Blue value is 64 (25.39% from 255 or 38.10% from 168); Max value from RGB is 75 - color contains mainly: green. Hex color #1D4B40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D4B40 is #E2B4BF. Grayscale: #3B3B3B. Windows color (decimal): -14857408 or 4213533. OLE color: 4213533.
HSL color Cylindrical-coordinate representation of color #1D4B40: hue angle of 165.65º 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 #1D4B40 is Cyan = 0.61, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 29 | 75 | 64 | - |
| CMYK | 0.61 | 0 | 0.15 | 0.71 |
| HSL | 165.65º | 0.44% | 0.2% | - |
| HSV(B) | 165.65º | 0.61% | 0.29% | - |
| XYZ | 3.95 | 5.66 | 5.74 | - |
| YUV | 59.99 | 130.26 | 105.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 75 | 64 | 0.61 | 0 | 0.15 | 0.71 | 165.65 | 0.44 | 0.2 |
| Hex | 1D | 4B | 40 | 3D | 0 | F | 47 | A6 | 2C | 14 |
| Octal | 35 | 113 | 100 | 75 | 0 | 17 | 107 | 246 | 54 | 24 |
| Binary | 11101 | 1001011 | 1000000 | 111101 | 0 | 1111 | 1000111 | 10100110 | 101100 | 10100 |
Color Harmonies of #1D4B40
Complementary color
Monochromatic Colors of #1D4B40
Black with #1D4B40
Text Example
Text Example
White with #1D4B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4B40; }
p { color: rgb(29,75,64); }
H1.HeaderClassName
{
color: #1D4B40;
}
.AnyTagClassName
{
color: #1D4B40;
}
</style>
background-color css
<style>
a { background-color: #1D4B40; }
a { background-color: rgb(29,75,64); }
div.DivClassName
{
background-color: #1D4B40;
}
.BgClassName
{
background-color: #1D4B40;
}
</style>
border-color css
<style>
span { border-color: #1D4B40; }
span { border-color: rgb(29,75,64); }
td.TdClassName
{
border-color: #1D4B40;
}
.TagClassName
{
border-color: #1D4B40;
}
</style>