Shades of Deep Teal #1E493D
Tints of Deep Teal #1E493D
RGB
CMYK
RGB Variations
Color information
#1E493D (or 0x1E493D) is known color: Deep Teal. HEX triplet: 1E, 49 and 3D. RGB value is (30,73,61). Sum of RGB (Red+Green+Blue) = 30+73+61=164 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.29% from 164); Green value is 73 (28.91% from 255 or 44.51% from 164); Blue value is 61 (24.22% from 255 or 37.20% from 164); Max value from RGB is 73 - color contains mainly: green. Hex color #1E493D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E493D is #E1B6C2. Grayscale: #3A3A3A. Windows color (decimal): -14792387 or 4016414. OLE color: 4016414.
HSL color Cylindrical-coordinate representation of color #1E493D: hue angle of 163.26º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1E493D is Cyan = 0.59, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 30 | 73 | 61 | - |
| CMYK | 0.59 | 0 | 0.16 | 0.71 |
| HSL | 163.26º | 0.42% | 0.2% | - |
| HSV(B) | 163.26º | 0.59% | 0.29% | - |
| XYZ | 3.76 | 5.38 | 5.25 | - |
| YUV | 58.78 | 129.25 | 107.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 73 | 61 | 0.59 | 0 | 0.16 | 0.71 | 163.26 | 0.42 | 0.2 |
| Hex | 1E | 49 | 3D | 3B | 0 | 10 | 47 | A3 | 2A | 14 |
| Octal | 36 | 111 | 75 | 73 | 0 | 20 | 107 | 243 | 52 | 24 |
| Binary | 11110 | 1001001 | 111101 | 111011 | 0 | 10000 | 1000111 | 10100011 | 101010 | 10100 |
Color Harmonies of #1E493D
Complementary color
Monochromatic Colors of #1E493D
Black with #1E493D
Text Example
Text Example
White with #1E493D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E493D; }
p { color: rgb(30,73,61); }
H1.HeaderClassName
{
color: #1E493D;
}
.AnyTagClassName
{
color: #1E493D;
}
</style>
background-color css
<style>
a { background-color: #1E493D; }
a { background-color: rgb(30,73,61); }
div.DivClassName
{
background-color: #1E493D;
}
.BgClassName
{
background-color: #1E493D;
}
</style>
border-color css
<style>
span { border-color: #1E493D; }
span { border-color: rgb(30,73,61); }
td.TdClassName
{
border-color: #1E493D;
}
.TagClassName
{
border-color: #1E493D;
}
</style>