Shades of Deep Teal #1D5047
Tints of Deep Teal #1D5047
RGB
CMYK
RGB Variations
Color information
#1D5047 (or 0x1D5047) is known color: Deep Teal. HEX triplet: 1D, 50 and 47. RGB value is (29,80,71). Sum of RGB (Red+Green+Blue) = 29+80+71=180 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.11% from 180); Green value is 80 (31.64% from 255 or 44.44% from 180); Blue value is 71 (28.12% from 255 or 39.44% from 180); Max value from RGB is 80 - color contains mainly: green. Hex color #1D5047 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D5047 is #E2AFB8. Grayscale: #3F3F3F. Windows color (decimal): -14856121 or 4673565. OLE color: 4673565.
HSL color Cylindrical-coordinate representation of color #1D5047: hue angle of 169.41º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1D5047 is Cyan = 0.64, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 29 | 80 | 71 | - |
| CMYK | 0.64 | 0 | 0.11 | 0.69 |
| HSL | 169.41º | 0.47% | 0.21% | - |
| HSV(B) | 169.41º | 0.64% | 0.31% | - |
| XYZ | 4.51 | 6.45 | 6.97 | - |
| YUV | 63.73 | 132.1 | 103.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 80 | 71 | 0.64 | 0 | 0.11 | 0.69 | 169.41 | 0.47 | 0.21 |
| Hex | 1D | 50 | 47 | 40 | 0 | B | 45 | A9 | 2F | 15 |
| Octal | 35 | 120 | 107 | 100 | 0 | 13 | 105 | 251 | 57 | 25 |
| Binary | 11101 | 1010000 | 1000111 | 1000000 | 0 | 1011 | 1000101 | 10101001 | 101111 | 10101 |
Color Harmonies of #1D5047
Complementary color
Monochromatic Colors of #1D5047
Black with #1D5047
Text Example
Text Example
White with #1D5047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5047; }
p { color: rgb(29,80,71); }
H1.HeaderClassName
{
color: #1D5047;
}
.AnyTagClassName
{
color: #1D5047;
}
</style>
background-color css
<style>
a { background-color: #1D5047; }
a { background-color: rgb(29,80,71); }
div.DivClassName
{
background-color: #1D5047;
}
.BgClassName
{
background-color: #1D5047;
}
</style>
border-color css
<style>
span { border-color: #1D5047; }
span { border-color: rgb(29,80,71); }
td.TdClassName
{
border-color: #1D5047;
}
.TagClassName
{
border-color: #1D5047;
}
</style>