Shades of Deep Teal #1D4843
Tints of Deep Teal #1D4843
RGB
CMYK
RGB Variations
Color information
#1D4843 (or 0x1D4843) is known color: Deep Teal. HEX triplet: 1D, 48 and 43. RGB value is (29,72,67). Sum of RGB (Red+Green+Blue) = 29+72+67=168 (22% of max value = 765). Red value is 29 (11.72% from 255 or 17.26% from 168); Green value is 72 (28.52% from 255 or 42.86% from 168); Blue value is 67 (26.56% from 255 or 39.88% from 168); Max value from RGB is 72 - color contains mainly: green. Hex color #1D4843 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D4843 is #E2B7BC. Grayscale: #3A3A3A. Windows color (decimal): -14858173 or 4409373. OLE color: 4409373.
HSL color Cylindrical-coordinate representation of color #1D4843: hue angle of 173.02º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1D4843 is Cyan = 0.60, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 29 | 72 | 67 | - |
| CMYK | 0.60 | 0 | 0.07 | 0.72 |
| HSL | 173.02º | 0.43% | 0.2% | - |
| HSV(B) | 173.02º | 0.6% | 0.28% | - |
| XYZ | 3.84 | 5.3 | 6.13 | - |
| YUV | 58.57 | 132.75 | 106.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 72 | 67 | 0.60 | 0 | 0.07 | 0.72 | 173.02 | 0.43 | 0.2 |
| Hex | 1D | 48 | 43 | 3C | 0 | 7 | 48 | AD | 2B | 14 |
| Octal | 35 | 110 | 103 | 74 | 0 | 7 | 110 | 255 | 53 | 24 |
| Binary | 11101 | 1001000 | 1000011 | 111100 | 0 | 111 | 1001000 | 10101101 | 101011 | 10100 |
Color Harmonies of #1D4843
Complementary color
Monochromatic Colors of #1D4843
Black with #1D4843
Text Example
Text Example
White with #1D4843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4843; }
p { color: rgb(29,72,67); }
H1.HeaderClassName
{
color: #1D4843;
}
.AnyTagClassName
{
color: #1D4843;
}
</style>
background-color css
<style>
a { background-color: #1D4843; }
a { background-color: rgb(29,72,67); }
div.DivClassName
{
background-color: #1D4843;
}
.BgClassName
{
background-color: #1D4843;
}
</style>
border-color css
<style>
span { border-color: #1D4843; }
span { border-color: rgb(29,72,67); }
td.TdClassName
{
border-color: #1D4843;
}
.TagClassName
{
border-color: #1D4843;
}
</style>