Shades of Deep Teal #1D453B
Tints of Deep Teal #1D453B
RGB
CMYK
RGB Variations
Color information
#1D453B (or 0x1D453B) is known color: Deep Teal. HEX triplet: 1D, 45 and 3B. RGB value is (29,69,59). Sum of RGB (Red+Green+Blue) = 29+69+59=157 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.47% from 157); Green value is 69 (27.34% from 255 or 43.95% from 157); Blue value is 59 (23.44% from 255 or 37.58% from 157); Max value from RGB is 69 - color contains mainly: green. Hex color #1D453B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D453B is #E2BAC4. Grayscale: #373737. Windows color (decimal): -14858949 or 3884317. OLE color: 3884317.
HSL color Cylindrical-coordinate representation of color #1D453B: hue angle of 165º 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 #1D453B is Cyan = 0.58, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 29 | 69 | 59 | - |
| CMYK | 0.58 | 0 | 0.14 | 0.73 |
| HSL | 165º | 0.41% | 0.19% | - |
| HSV(B) | 165º | 0.58% | 0.27% | - |
| XYZ | 3.42 | 4.83 | 4.89 | - |
| YUV | 55.9 | 129.75 | 108.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 69 | 59 | 0.58 | 0 | 0.14 | 0.73 | 165 | 0.41 | 0.19 |
| Hex | 1D | 45 | 3B | 3A | 0 | E | 49 | A5 | 29 | 13 |
| Octal | 35 | 105 | 73 | 72 | 0 | 16 | 111 | 245 | 51 | 23 |
| Binary | 11101 | 1000101 | 111011 | 111010 | 0 | 1110 | 1001001 | 10100101 | 101001 | 10011 |
Color Harmonies of #1D453B
Complementary color
Monochromatic Colors of #1D453B
Black with #1D453B
Text Example
Text Example
White with #1D453B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D453B; }
p { color: rgb(29,69,59); }
H1.HeaderClassName
{
color: #1D453B;
}
.AnyTagClassName
{
color: #1D453B;
}
</style>
background-color css
<style>
a { background-color: #1D453B; }
a { background-color: rgb(29,69,59); }
div.DivClassName
{
background-color: #1D453B;
}
.BgClassName
{
background-color: #1D453B;
}
</style>
border-color css
<style>
span { border-color: #1D453B; }
span { border-color: rgb(29,69,59); }
td.TdClassName
{
border-color: #1D453B;
}
.TagClassName
{
border-color: #1D453B;
}
</style>