Shades of Deep Teal #1D3D35
Tints of Deep Teal #1D3D35
RGB
CMYK
RGB Variations
Color information
#1D3D35 (or 0x1D3D35) is known color: Deep Teal. HEX triplet: 1D, 3D and 35. RGB value is (29,61,53). Sum of RGB (Red+Green+Blue) = 29+61+53=143 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.28% from 143); Green value is 61 (24.22% from 255 or 42.66% from 143); Blue value is 53 (21.09% from 255 or 37.06% from 143); Max value from RGB is 61 - color contains mainly: green. Hex color #1D3D35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3D35 is #E2C2CA. Grayscale: #323232. Windows color (decimal): -14861003 or 3489053. OLE color: 3489053.
HSL color Cylindrical-coordinate representation of color #1D3D35: hue angle of 165º degrees, saturation: 0.36, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1D3D35 is Cyan = 0.52, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 29 | 61 | 53 | - |
| CMYK | 0.52 | 0 | 0.13 | 0.76 |
| HSL | 165º | 0.36% | 0.18% | - |
| HSV(B) | 165º | 0.52% | 0.24% | - |
| XYZ | 2.82 | 3.86 | 3.96 | - |
| YUV | 50.52 | 129.4 | 112.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 61 | 53 | 0.52 | 0 | 0.13 | 0.76 | 165 | 0.36 | 0.18 |
| Hex | 1D | 3D | 35 | 34 | 0 | D | 4C | A5 | 24 | 12 |
| Octal | 35 | 75 | 65 | 64 | 0 | 15 | 114 | 245 | 44 | 22 |
| Binary | 11101 | 111101 | 110101 | 110100 | 0 | 1101 | 1001100 | 10100101 | 100100 | 10010 |
Color Harmonies of #1D3D35
Complementary color
Monochromatic Colors of #1D3D35
Black with #1D3D35
Text Example
Text Example
White with #1D3D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3D35; }
p { color: rgb(29,61,53); }
H1.HeaderClassName
{
color: #1D3D35;
}
.AnyTagClassName
{
color: #1D3D35;
}
</style>
background-color css
<style>
a { background-color: #1D3D35; }
a { background-color: rgb(29,61,53); }
div.DivClassName
{
background-color: #1D3D35;
}
.BgClassName
{
background-color: #1D3D35;
}
</style>
border-color css
<style>
span { border-color: #1D3D35; }
span { border-color: rgb(29,61,53); }
td.TdClassName
{
border-color: #1D3D35;
}
.TagClassName
{
border-color: #1D3D35;
}
</style>