Shades of Deep Teal #1D3A34
Tints of Deep Teal #1D3A34
RGB
CMYK
RGB Variations
Color information
#1D3A34 (or 0x1D3A34) is known color: Deep Teal. HEX triplet: 1D, 3A and 34. RGB value is (29,58,52). Sum of RGB (Red+Green+Blue) = 29+58+52=139 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.86% from 139); Green value is 58 (23.05% from 255 or 41.73% from 139); Blue value is 52 (20.70% from 255 or 37.41% from 139); Max value from RGB is 58 - color contains mainly: green. Hex color #1D3A34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3A34 is #E2C5CB. Grayscale: #303030. Windows color (decimal): -14861772 or 3422749. OLE color: 3422749.
HSL color Cylindrical-coordinate representation of color #1D3A34: hue angle of 167.59º degrees, saturation: 0.33, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #1D3A34 is Cyan = 0.5, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 29 | 58 | 52 | - |
| CMYK | 0.5 | 0 | 0.10 | 0.77 |
| HSL | 167.59º | 0.33% | 0.17% | - |
| HSV(B) | 167.59º | 0.5% | 0.23% | - |
| XYZ | 2.64 | 3.54 | 3.79 | - |
| YUV | 48.65 | 129.89 | 113.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 58 | 52 | 0.5 | 0 | 0.10 | 0.77 | 167.59 | 0.33 | 0.17 |
| Hex | 1D | 3A | 34 | 32 | 0 | A | 4D | A8 | 21 | 11 |
| Octal | 35 | 72 | 64 | 62 | 0 | 12 | 115 | 250 | 41 | 21 |
| Binary | 11101 | 111010 | 110100 | 110010 | 0 | 1010 | 1001101 | 10101000 | 100001 | 10001 |
Color Harmonies of #1D3A34
Complementary color
Monochromatic Colors of #1D3A34
Black with #1D3A34
Text Example
Text Example
White with #1D3A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3A34; }
p { color: rgb(29,58,52); }
H1.HeaderClassName
{
color: #1D3A34;
}
.AnyTagClassName
{
color: #1D3A34;
}
</style>
background-color css
<style>
a { background-color: #1D3A34; }
a { background-color: rgb(29,58,52); }
div.DivClassName
{
background-color: #1D3A34;
}
.BgClassName
{
background-color: #1D3A34;
}
</style>
border-color css
<style>
span { border-color: #1D3A34; }
span { border-color: rgb(29,58,52); }
td.TdClassName
{
border-color: #1D3A34;
}
.TagClassName
{
border-color: #1D3A34;
}
</style>