Shades of Deep Teal #1D433D
Tints of Deep Teal #1D433D
RGB
CMYK
RGB Variations
Color information
#1D433D (or 0x1D433D) is known color: Deep Teal. HEX triplet: 1D, 43 and 3D. RGB value is (29,67,61). Sum of RGB (Red+Green+Blue) = 29+67+61=157 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.47% from 157); Green value is 67 (26.56% from 255 or 42.68% from 157); Blue value is 61 (24.22% from 255 or 38.85% from 157); Max value from RGB is 67 - color contains mainly: green. Hex color #1D433D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D433D is #E2BCC2. Grayscale: #363636. Windows color (decimal): -14859459 or 4014877. OLE color: 4014877.
HSL color Cylindrical-coordinate representation of color #1D433D: hue angle of 170.53º 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 #1D433D is Cyan = 0.57, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 29 | 67 | 61 | - |
| CMYK | 0.57 | 0 | 0.09 | 0.74 |
| HSL | 170.53º | 0.4% | 0.19% | - |
| HSV(B) | 170.53º | 0.57% | 0.26% | - |
| XYZ | 3.36 | 4.61 | 5.13 | - |
| YUV | 54.95 | 131.41 | 109.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 67 | 61 | 0.57 | 0 | 0.09 | 0.74 | 170.53 | 0.4 | 0.19 |
| Hex | 1D | 43 | 3D | 39 | 0 | 9 | 4A | AB | 28 | 13 |
| Octal | 35 | 103 | 75 | 71 | 0 | 11 | 112 | 253 | 50 | 23 |
| Binary | 11101 | 1000011 | 111101 | 111001 | 0 | 1001 | 1001010 | 10101011 | 101000 | 10011 |
Color Harmonies of #1D433D
Complementary color
Monochromatic Colors of #1D433D
Black with #1D433D
Text Example
Text Example
White with #1D433D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D433D; }
p { color: rgb(29,67,61); }
H1.HeaderClassName
{
color: #1D433D;
}
.AnyTagClassName
{
color: #1D433D;
}
</style>
background-color css
<style>
a { background-color: #1D433D; }
a { background-color: rgb(29,67,61); }
div.DivClassName
{
background-color: #1D433D;
}
.BgClassName
{
background-color: #1D433D;
}
</style>
border-color css
<style>
span { border-color: #1D433D; }
span { border-color: rgb(29,67,61); }
td.TdClassName
{
border-color: #1D433D;
}
.TagClassName
{
border-color: #1D433D;
}
</style>