Shades of Deep Teal #1D423B
Tints of Deep Teal #1D423B
RGB
CMYK
RGB Variations
Color information
#1D423B (or 0x1D423B) is known color: Deep Teal. HEX triplet: 1D, 42 and 3B. RGB value is (29,66,59). Sum of RGB (Red+Green+Blue) = 29+66+59=154 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.83% from 154); Green value is 66 (26.17% from 255 or 42.86% from 154); Blue value is 59 (23.44% from 255 or 38.31% from 154); Max value from RGB is 66 - color contains mainly: green. Hex color #1D423B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D423B is #E2BDC4. Grayscale: #363636. Windows color (decimal): -14859717 or 3883549. OLE color: 3883549.
HSL color Cylindrical-coordinate representation of color #1D423B: hue angle of 168.65º 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 #1D423B is Cyan = 0.56, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 29 | 66 | 59 | - |
| CMYK | 0.56 | 0 | 0.11 | 0.74 |
| HSL | 168.65º | 0.39% | 0.19% | - |
| HSV(B) | 168.65º | 0.56% | 0.26% | - |
| XYZ | 3.24 | 4.47 | 4.83 | - |
| YUV | 54.14 | 130.74 | 110.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 66 | 59 | 0.56 | 0 | 0.11 | 0.74 | 168.65 | 0.39 | 0.19 |
| Hex | 1D | 42 | 3B | 38 | 0 | B | 4A | A9 | 27 | 13 |
| Octal | 35 | 102 | 73 | 70 | 0 | 13 | 112 | 251 | 47 | 23 |
| Binary | 11101 | 1000010 | 111011 | 111000 | 0 | 1011 | 1001010 | 10101001 | 100111 | 10011 |
Color Harmonies of #1D423B
Complementary color
Monochromatic Colors of #1D423B
Black with #1D423B
Text Example
Text Example
White with #1D423B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D423B; }
p { color: rgb(29,66,59); }
H1.HeaderClassName
{
color: #1D423B;
}
.AnyTagClassName
{
color: #1D423B;
}
</style>
background-color css
<style>
a { background-color: #1D423B; }
a { background-color: rgb(29,66,59); }
div.DivClassName
{
background-color: #1D423B;
}
.BgClassName
{
background-color: #1D423B;
}
</style>
border-color css
<style>
span { border-color: #1D423B; }
span { border-color: rgb(29,66,59); }
td.TdClassName
{
border-color: #1D423B;
}
.TagClassName
{
border-color: #1D423B;
}
</style>