Shades of Deep Teal #1D423D
Tints of Deep Teal #1D423D
RGB
CMYK
RGB Variations
Color information
#1D423D (or 0x1D423D) is known color: Deep Teal. HEX triplet: 1D, 42 and 3D. RGB value is (29,66,61). Sum of RGB (Red+Green+Blue) = 29+66+61=156 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.59% from 156); Green value is 66 (26.17% from 255 or 42.31% from 156); Blue value is 61 (24.22% from 255 or 39.10% from 156); Max value from RGB is 66 - color contains mainly: green. Hex color #1D423D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D423D is #E2BDC2. Grayscale: #363636. Windows color (decimal): -14859715 or 4014621. OLE color: 4014621.
HSL color Cylindrical-coordinate representation of color #1D423D: hue angle of 171.89º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1D423D is Cyan = 0.56, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 29 | 66 | 61 | - |
| CMYK | 0.56 | 0 | 0.08 | 0.74 |
| HSL | 171.89º | 0.39% | 0.19% | - |
| HSV(B) | 171.89º | 0.56% | 0.26% | - |
| XYZ | 3.3 | 4.49 | 5.11 | - |
| YUV | 54.37 | 131.74 | 109.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 66 | 61 | 0.56 | 0 | 0.08 | 0.74 | 171.89 | 0.39 | 0.19 |
| Hex | 1D | 42 | 3D | 38 | 0 | 8 | 4A | AC | 27 | 13 |
| Octal | 35 | 102 | 75 | 70 | 0 | 10 | 112 | 254 | 47 | 23 |
| Binary | 11101 | 1000010 | 111101 | 111000 | 0 | 1000 | 1001010 | 10101100 | 100111 | 10011 |
Color Harmonies of #1D423D
Complementary color
Monochromatic Colors of #1D423D
Black with #1D423D
Text Example
Text Example
White with #1D423D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D423D; }
p { color: rgb(29,66,61); }
H1.HeaderClassName
{
color: #1D423D;
}
.AnyTagClassName
{
color: #1D423D;
}
</style>
background-color css
<style>
a { background-color: #1D423D; }
a { background-color: rgb(29,66,61); }
div.DivClassName
{
background-color: #1D423D;
}
.BgClassName
{
background-color: #1D423D;
}
</style>
border-color css
<style>
span { border-color: #1D423D; }
span { border-color: rgb(29,66,61); }
td.TdClassName
{
border-color: #1D423D;
}
.TagClassName
{
border-color: #1D423D;
}
</style>