Shades of Deep Teal #1D483E
Tints of Deep Teal #1D483E
RGB
CMYK
RGB Variations
Color information
#1D483E (or 0x1D483E) is known color: Deep Teal. HEX triplet: 1D, 48 and 3E. RGB value is (29,72,62). Sum of RGB (Red+Green+Blue) = 29+72+62=163 (21% of max value = 765). Red value is 29 (11.72% from 255 or 17.79% from 163); Green value is 72 (28.52% from 255 or 44.17% from 163); Blue value is 62 (24.61% from 255 or 38.04% from 163); Max value from RGB is 72 - color contains mainly: green. Hex color #1D483E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D483E is #E2B7C1. Grayscale: #393939. Windows color (decimal): -14858178 or 4081693. OLE color: 4081693.
HSL color Cylindrical-coordinate representation of color #1D483E: hue angle of 166.05º 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 #1D483E is Cyan = 0.60, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 29 | 72 | 62 | - |
| CMYK | 0.60 | 0 | 0.14 | 0.72 |
| HSL | 166.05º | 0.43% | 0.2% | - |
| HSV(B) | 166.05º | 0.6% | 0.28% | - |
| XYZ | 3.69 | 5.24 | 5.37 | - |
| YUV | 58 | 130.25 | 107.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 72 | 62 | 0.60 | 0 | 0.14 | 0.72 | 166.05 | 0.43 | 0.2 |
| Hex | 1D | 48 | 3E | 3C | 0 | E | 48 | A6 | 2B | 14 |
| Octal | 35 | 110 | 76 | 74 | 0 | 16 | 110 | 246 | 53 | 24 |
| Binary | 11101 | 1001000 | 111110 | 111100 | 0 | 1110 | 1001000 | 10100110 | 101011 | 10100 |
Color Harmonies of #1D483E
Complementary color
Monochromatic Colors of #1D483E
Black with #1D483E
Text Example
Text Example
White with #1D483E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D483E; }
p { color: rgb(29,72,62); }
H1.HeaderClassName
{
color: #1D483E;
}
.AnyTagClassName
{
color: #1D483E;
}
</style>
background-color css
<style>
a { background-color: #1D483E; }
a { background-color: rgb(29,72,62); }
div.DivClassName
{
background-color: #1D483E;
}
.BgClassName
{
background-color: #1D483E;
}
</style>
border-color css
<style>
span { border-color: #1D483E; }
span { border-color: rgb(29,72,62); }
td.TdClassName
{
border-color: #1D483E;
}
.TagClassName
{
border-color: #1D483E;
}
</style>