Shades of Deep Teal #1D4742
Tints of Deep Teal #1D4742
RGB
CMYK
RGB Variations
Color information
#1D4742 (or 0x1D4742) is known color: Deep Teal. HEX triplet: 1D, 47 and 42. RGB value is (29,71,66). Sum of RGB (Red+Green+Blue) = 29+71+66=166 (21% of max value = 765). Red value is 29 (11.72% from 255 or 17.47% from 166); Green value is 71 (28.12% from 255 or 42.77% from 166); Blue value is 66 (26.17% from 255 or 39.76% from 166); Max value from RGB is 71 - color contains mainly: green. Hex color #1D4742 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D4742 is #E2B8BD. Grayscale: #393939. Windows color (decimal): -14858430 or 4343581. OLE color: 4343581.
HSL color Cylindrical-coordinate representation of color #1D4742: hue angle of 172.86º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1D4742 is Cyan = 0.59, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 29 | 71 | 66 | - |
| CMYK | 0.59 | 0 | 0.07 | 0.72 |
| HSL | 172.86º | 0.42% | 0.2% | - |
| HSV(B) | 172.86º | 0.59% | 0.28% | - |
| XYZ | 3.74 | 5.16 | 5.95 | - |
| YUV | 57.87 | 132.59 | 107.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 71 | 66 | 0.59 | 0 | 0.07 | 0.72 | 172.86 | 0.42 | 0.2 |
| Hex | 1D | 47 | 42 | 3B | 0 | 7 | 48 | AD | 2A | 14 |
| Octal | 35 | 107 | 102 | 73 | 0 | 7 | 110 | 255 | 52 | 24 |
| Binary | 11101 | 1000111 | 1000010 | 111011 | 0 | 111 | 1001000 | 10101101 | 101010 | 10100 |
Color Harmonies of #1D4742
Complementary color
Monochromatic Colors of #1D4742
Black with #1D4742
Text Example
Text Example
White with #1D4742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4742; }
p { color: rgb(29,71,66); }
H1.HeaderClassName
{
color: #1D4742;
}
.AnyTagClassName
{
color: #1D4742;
}
</style>
background-color css
<style>
a { background-color: #1D4742; }
a { background-color: rgb(29,71,66); }
div.DivClassName
{
background-color: #1D4742;
}
.BgClassName
{
background-color: #1D4742;
}
</style>
border-color css
<style>
span { border-color: #1D4742; }
span { border-color: rgb(29,71,66); }
td.TdClassName
{
border-color: #1D4742;
}
.TagClassName
{
border-color: #1D4742;
}
</style>