Shades of Deep Teal #1D3F39
Tints of Deep Teal #1D3F39
RGB
CMYK
RGB Variations
Color information
#1D3F39 (or 0x1D3F39) is known color: Deep Teal. HEX triplet: 1D, 3F and 39. RGB value is (29,63,57). Sum of RGB (Red+Green+Blue) = 29+63+57=149 (19% of max value = 765). Red value is 29 (11.72% from 255 or 19.46% from 149); Green value is 63 (25% from 255 or 42.28% from 149); Blue value is 57 (22.66% from 255 or 38.26% from 149); Max value from RGB is 63 - color contains mainly: green. Hex color #1D3F39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3F39 is #E2C0C6. Grayscale: #343434. Windows color (decimal): -14860487 or 3751709. OLE color: 3751709.
HSL color Cylindrical-coordinate representation of color #1D3F39: hue angle of 169.41º degrees, saturation: 0.37, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1D3F39 is Cyan = 0.54, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 29 | 63 | 57 | - |
| CMYK | 0.54 | 0 | 0.10 | 0.75 |
| HSL | 169.41º | 0.37% | 0.18% | - |
| HSV(B) | 169.41º | 0.54% | 0.25% | - |
| XYZ | 3.02 | 4.11 | 4.51 | - |
| YUV | 52.15 | 130.74 | 111.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 63 | 57 | 0.54 | 0 | 0.10 | 0.75 | 169.41 | 0.37 | 0.18 |
| Hex | 1D | 3F | 39 | 36 | 0 | A | 4B | A9 | 25 | 12 |
| Octal | 35 | 77 | 71 | 66 | 0 | 12 | 113 | 251 | 45 | 22 |
| Binary | 11101 | 111111 | 111001 | 110110 | 0 | 1010 | 1001011 | 10101001 | 100101 | 10010 |
Color Harmonies of #1D3F39
Complementary color
Monochromatic Colors of #1D3F39
Black with #1D3F39
Text Example
Text Example
White with #1D3F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3F39; }
p { color: rgb(29,63,57); }
H1.HeaderClassName
{
color: #1D3F39;
}
.AnyTagClassName
{
color: #1D3F39;
}
</style>
background-color css
<style>
a { background-color: #1D3F39; }
a { background-color: rgb(29,63,57); }
div.DivClassName
{
background-color: #1D3F39;
}
.BgClassName
{
background-color: #1D3F39;
}
</style>
border-color css
<style>
span { border-color: #1D3F39; }
span { border-color: rgb(29,63,57); }
td.TdClassName
{
border-color: #1D3F39;
}
.TagClassName
{
border-color: #1D3F39;
}
</style>