Shades of Deep Teal #1E413D
Tints of Deep Teal #1E413D
RGB
CMYK
RGB Variations
Color information
#1E413D (or 0x1E413D) is known color: Deep Teal. HEX triplet: 1E, 41 and 3D. RGB value is (30,65,61). Sum of RGB (Red+Green+Blue) = 30+65+61=156 (20% of max value = 765). Red value is 30 (12.11% from 255 or 19.23% from 156); Green value is 65 (25.78% from 255 or 41.67% from 156); Blue value is 61 (24.22% from 255 or 39.10% from 156); Max value from RGB is 65 - color contains mainly: green. Hex color #1E413D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E413D is #E1BEC2. Grayscale: #363636. Windows color (decimal): -14794435 or 4014366. OLE color: 4014366.
HSL color Cylindrical-coordinate representation of color #1E413D: hue angle of 173.14º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1E413D is Cyan = 0.54, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 30 | 65 | 61 | - |
| CMYK | 0.54 | 0 | 0.06 | 0.75 |
| HSL | 173.14º | 0.37% | 0.19% | - |
| HSV(B) | 173.14º | 0.54% | 0.25% | - |
| XYZ | 3.27 | 4.39 | 5.09 | - |
| YUV | 54.08 | 131.9 | 110.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 65 | 61 | 0.54 | 0 | 0.06 | 0.75 | 173.14 | 0.37 | 0.19 |
| Hex | 1E | 41 | 3D | 36 | 0 | 6 | 4B | AD | 25 | 13 |
| Octal | 36 | 101 | 75 | 66 | 0 | 6 | 113 | 255 | 45 | 23 |
| Binary | 11110 | 1000001 | 111101 | 110110 | 0 | 110 | 1001011 | 10101101 | 100101 | 10011 |
Color Harmonies of #1E413D
Complementary color
Monochromatic Colors of #1E413D
Black with #1E413D
Text Example
Text Example
White with #1E413D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E413D; }
p { color: rgb(30,65,61); }
H1.HeaderClassName
{
color: #1E413D;
}
.AnyTagClassName
{
color: #1E413D;
}
</style>
background-color css
<style>
a { background-color: #1E413D; }
a { background-color: rgb(30,65,61); }
div.DivClassName
{
background-color: #1E413D;
}
.BgClassName
{
background-color: #1E413D;
}
</style>
border-color css
<style>
span { border-color: #1E413D; }
span { border-color: rgb(30,65,61); }
td.TdClassName
{
border-color: #1E413D;
}
.TagClassName
{
border-color: #1E413D;
}
</style>