Shades of Deep Teal #1D4F47
Tints of Deep Teal #1D4F47
RGB
CMYK
RGB Variations
Color information
#1D4F47 (or 0x1D4F47) is known color: Deep Teal. HEX triplet: 1D, 4F and 47. RGB value is (29,79,71). Sum of RGB (Red+Green+Blue) = 29+79+71=179 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.20% from 179); Green value is 79 (31.25% from 255 or 44.13% from 179); Blue value is 71 (28.12% from 255 or 39.66% from 179); Max value from RGB is 79 - color contains mainly: green. Hex color #1D4F47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D4F47 is #E2B0B8. Grayscale: #3F3F3F. Windows color (decimal): -14856377 or 4673309. OLE color: 4673309.
HSL color Cylindrical-coordinate representation of color #1D4F47: hue angle of 170.4º degrees, saturation: 0.46, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1D4F47 is Cyan = 0.63, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 29 | 79 | 71 | - |
| CMYK | 0.63 | 0 | 0.10 | 0.69 |
| HSL | 170.4º | 0.46% | 0.21% | - |
| HSV(B) | 170.4º | 0.63% | 0.31% | - |
| XYZ | 4.44 | 6.31 | 6.94 | - |
| YUV | 63.14 | 132.44 | 103.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 79 | 71 | 0.63 | 0 | 0.10 | 0.69 | 170.4 | 0.46 | 0.21 |
| Hex | 1D | 4F | 47 | 3F | 0 | A | 45 | AA | 2E | 15 |
| Octal | 35 | 117 | 107 | 77 | 0 | 12 | 105 | 252 | 56 | 25 |
| Binary | 11101 | 1001111 | 1000111 | 111111 | 0 | 1010 | 1000101 | 10101010 | 101110 | 10101 |
Color Harmonies of #1D4F47
Complementary color
Monochromatic Colors of #1D4F47
Black with #1D4F47
Text Example
Text Example
White with #1D4F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4F47; }
p { color: rgb(29,79,71); }
H1.HeaderClassName
{
color: #1D4F47;
}
.AnyTagClassName
{
color: #1D4F47;
}
</style>
background-color css
<style>
a { background-color: #1D4F47; }
a { background-color: rgb(29,79,71); }
div.DivClassName
{
background-color: #1D4F47;
}
.BgClassName
{
background-color: #1D4F47;
}
</style>
border-color css
<style>
span { border-color: #1D4F47; }
span { border-color: rgb(29,79,71); }
td.TdClassName
{
border-color: #1D4F47;
}
.TagClassName
{
border-color: #1D4F47;
}
</style>