Shades of Deep Teal #1D423C
Tints of Deep Teal #1D423C
RGB
CMYK
RGB Variations
Color information
#1D423C (or 0x1D423C) is known color: Deep Teal. HEX triplet: 1D, 42 and 3C. RGB value is (29,66,60). Sum of RGB (Red+Green+Blue) = 29+66+60=155 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.71% from 155); Green value is 66 (26.17% from 255 or 42.58% from 155); Blue value is 60 (23.83% from 255 or 38.71% from 155); Max value from RGB is 66 - color contains mainly: green. Hex color #1D423C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D423C is #E2BDC3. Grayscale: #363636. Windows color (decimal): -14859716 or 3949085. OLE color: 3949085.
HSL color Cylindrical-coordinate representation of color #1D423C: hue angle of 170.27º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1D423C is Cyan = 0.56, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 29 | 66 | 60 | - |
| CMYK | 0.56 | 0 | 0.09 | 0.74 |
| HSL | 170.27º | 0.39% | 0.19% | - |
| HSV(B) | 170.27º | 0.56% | 0.26% | - |
| XYZ | 3.27 | 4.48 | 4.97 | - |
| YUV | 54.25 | 131.24 | 109.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 66 | 60 | 0.56 | 0 | 0.09 | 0.74 | 170.27 | 0.39 | 0.19 |
| Hex | 1D | 42 | 3C | 38 | 0 | 9 | 4A | AA | 27 | 13 |
| Octal | 35 | 102 | 74 | 70 | 0 | 11 | 112 | 252 | 47 | 23 |
| Binary | 11101 | 1000010 | 111100 | 111000 | 0 | 1001 | 1001010 | 10101010 | 100111 | 10011 |
Color Harmonies of #1D423C
Complementary color
Monochromatic Colors of #1D423C
Black with #1D423C
Text Example
Text Example
White with #1D423C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D423C; }
p { color: rgb(29,66,60); }
H1.HeaderClassName
{
color: #1D423C;
}
.AnyTagClassName
{
color: #1D423C;
}
</style>
background-color css
<style>
a { background-color: #1D423C; }
a { background-color: rgb(29,66,60); }
div.DivClassName
{
background-color: #1D423C;
}
.BgClassName
{
background-color: #1D423C;
}
</style>
border-color css
<style>
span { border-color: #1D423C; }
span { border-color: rgb(29,66,60); }
td.TdClassName
{
border-color: #1D423C;
}
.TagClassName
{
border-color: #1D423C;
}
</style>