Shades of Deep Teal #1D433B
Tints of Deep Teal #1D433B
RGB
CMYK
RGB Variations
Color information
#1D433B (or 0x1D433B) is known color: Deep Teal. HEX triplet: 1D, 43 and 3B. RGB value is (29,67,59). Sum of RGB (Red+Green+Blue) = 29+67+59=155 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.71% from 155); Green value is 67 (26.56% from 255 or 43.23% from 155); Blue value is 59 (23.44% from 255 or 38.06% from 155); Max value from RGB is 67 - color contains mainly: green. Hex color #1D433B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D433B is #E2BCC4. Grayscale: #363636. Windows color (decimal): -14859461 or 3883805. OLE color: 3883805.
HSL color Cylindrical-coordinate representation of color #1D433B: hue angle of 167.37º degrees, saturation: 0.4, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1D433B is Cyan = 0.57, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 29 | 67 | 59 | - |
| CMYK | 0.57 | 0 | 0.12 | 0.74 |
| HSL | 167.37º | 0.4% | 0.19% | - |
| HSV(B) | 167.37º | 0.57% | 0.26% | - |
| XYZ | 3.3 | 4.59 | 4.85 | - |
| YUV | 54.73 | 130.41 | 109.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 67 | 59 | 0.57 | 0 | 0.12 | 0.74 | 167.37 | 0.4 | 0.19 |
| Hex | 1D | 43 | 3B | 39 | 0 | C | 4A | A7 | 28 | 13 |
| Octal | 35 | 103 | 73 | 71 | 0 | 14 | 112 | 247 | 50 | 23 |
| Binary | 11101 | 1000011 | 111011 | 111001 | 0 | 1100 | 1001010 | 10100111 | 101000 | 10011 |
Color Harmonies of #1D433B
Complementary color
Monochromatic Colors of #1D433B
Black with #1D433B
Text Example
Text Example
White with #1D433B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D433B; }
p { color: rgb(29,67,59); }
H1.HeaderClassName
{
color: #1D433B;
}
.AnyTagClassName
{
color: #1D433B;
}
</style>
background-color css
<style>
a { background-color: #1D433B; }
a { background-color: rgb(29,67,59); }
div.DivClassName
{
background-color: #1D433B;
}
.BgClassName
{
background-color: #1D433B;
}
</style>
border-color css
<style>
span { border-color: #1D433B; }
span { border-color: rgb(29,67,59); }
td.TdClassName
{
border-color: #1D433B;
}
.TagClassName
{
border-color: #1D433B;
}
</style>