Shades of Deep Teal #1D453C
Tints of Deep Teal #1D453C
RGB
CMYK
RGB Variations
Color information
#1D453C (or 0x1D453C) is known color: Deep Teal. HEX triplet: 1D, 45 and 3C. RGB value is (29,69,60). Sum of RGB (Red+Green+Blue) = 29+69+60=158 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.35% from 158); Green value is 69 (27.34% from 255 or 43.67% from 158); Blue value is 60 (23.83% from 255 or 37.97% from 158); Max value from RGB is 69 - color contains mainly: green. Hex color #1D453C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D453C is #E2BAC3. Grayscale: #383838. Windows color (decimal): -14858948 or 3949853. OLE color: 3949853.
HSL color Cylindrical-coordinate representation of color #1D453C: hue angle of 166.5º degrees, saturation: 0.41, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1D453C is Cyan = 0.58, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 29 | 69 | 60 | - |
| CMYK | 0.58 | 0 | 0.13 | 0.73 |
| HSL | 166.5º | 0.41% | 0.19% | - |
| HSV(B) | 166.5º | 0.58% | 0.27% | - |
| XYZ | 3.45 | 4.84 | 5.03 | - |
| YUV | 56.01 | 130.25 | 108.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 69 | 60 | 0.58 | 0 | 0.13 | 0.73 | 166.5 | 0.41 | 0.19 |
| Hex | 1D | 45 | 3C | 3A | 0 | D | 49 | A6 | 29 | 13 |
| Octal | 35 | 105 | 74 | 72 | 0 | 15 | 111 | 246 | 51 | 23 |
| Binary | 11101 | 1000101 | 111100 | 111010 | 0 | 1101 | 1001001 | 10100110 | 101001 | 10011 |
Color Harmonies of #1D453C
Complementary color
Monochromatic Colors of #1D453C
Black with #1D453C
Text Example
Text Example
White with #1D453C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D453C; }
p { color: rgb(29,69,60); }
H1.HeaderClassName
{
color: #1D453C;
}
.AnyTagClassName
{
color: #1D453C;
}
</style>
background-color css
<style>
a { background-color: #1D453C; }
a { background-color: rgb(29,69,60); }
div.DivClassName
{
background-color: #1D453C;
}
.BgClassName
{
background-color: #1D453C;
}
</style>
border-color css
<style>
span { border-color: #1D453C; }
span { border-color: rgb(29,69,60); }
td.TdClassName
{
border-color: #1D453C;
}
.TagClassName
{
border-color: #1D453C;
}
</style>