Shades of Deep Teal #1E4037
Tints of Deep Teal #1E4037
RGB
CMYK
RGB Variations
Color information
#1E4037 (or 0x1E4037) is known color: Deep Teal. HEX triplet: 1E, 40 and 37. RGB value is (30,64,55). Sum of RGB (Red+Green+Blue) = 30+64+55=149 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.13% from 149); Green value is 64 (25.39% from 255 or 42.95% from 149); Blue value is 55 (21.88% from 255 or 36.91% from 149); Max value from RGB is 64 - color contains mainly: green. Hex color #1E4037 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E4037 is #E1BFC8. Grayscale: #343434. Windows color (decimal): -14794697 or 3620894. OLE color: 3620894.
HSL color Cylindrical-coordinate representation of color #1E4037: hue angle of 164.12º degrees, saturation: 0.36, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #1E4037 is Cyan = 0.53, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 30 | 64 | 55 | - |
| CMYK | 0.53 | 0 | 0.14 | 0.75 |
| HSL | 164.12º | 0.36% | 0.18% | - |
| HSV(B) | 164.12º | 0.53% | 0.25% | - |
| XYZ | 3.06 | 4.22 | 4.27 | - |
| YUV | 52.81 | 129.24 | 111.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 64 | 55 | 0.53 | 0 | 0.14 | 0.75 | 164.12 | 0.36 | 0.18 |
| Hex | 1E | 40 | 37 | 35 | 0 | E | 4B | A4 | 24 | 12 |
| Octal | 36 | 100 | 67 | 65 | 0 | 16 | 113 | 244 | 44 | 22 |
| Binary | 11110 | 1000000 | 110111 | 110101 | 0 | 1110 | 1001011 | 10100100 | 100100 | 10010 |
Color Harmonies of #1E4037
Complementary color
Monochromatic Colors of #1E4037
Black with #1E4037
Text Example
Text Example
White with #1E4037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4037; }
p { color: rgb(30,64,55); }
H1.HeaderClassName
{
color: #1E4037;
}
.AnyTagClassName
{
color: #1E4037;
}
</style>
background-color css
<style>
a { background-color: #1E4037; }
a { background-color: rgb(30,64,55); }
div.DivClassName
{
background-color: #1E4037;
}
.BgClassName
{
background-color: #1E4037;
}
</style>
border-color css
<style>
span { border-color: #1E4037; }
span { border-color: rgb(30,64,55); }
td.TdClassName
{
border-color: #1E4037;
}
.TagClassName
{
border-color: #1E4037;
}
</style>