Shades of Deep Teal #1E493E
Tints of Deep Teal #1E493E
RGB
CMYK
RGB Variations
Color information
#1E493E (or 0x1E493E) is known color: Deep Teal. HEX triplet: 1E, 49 and 3E. RGB value is (30,73,62). Sum of RGB (Red+Green+Blue) = 30+73+62=165 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.18% from 165); Green value is 73 (28.91% from 255 or 44.24% from 165); Blue value is 62 (24.61% from 255 or 37.58% from 165); Max value from RGB is 73 - color contains mainly: green. Hex color #1E493E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E493E is #E1B6C1. Grayscale: #3A3A3A. Windows color (decimal): -14792386 or 4081950. OLE color: 4081950.
HSL color Cylindrical-coordinate representation of color #1E493E: hue angle of 164.65º 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 #1E493E is Cyan = 0.59, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 30 | 73 | 62 | - |
| CMYK | 0.59 | 0 | 0.15 | 0.71 |
| HSL | 164.65º | 0.42% | 0.2% | - |
| HSV(B) | 164.65º | 0.59% | 0.29% | - |
| XYZ | 3.79 | 5.39 | 5.4 | - |
| YUV | 58.89 | 129.75 | 107.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 73 | 62 | 0.59 | 0 | 0.15 | 0.71 | 164.65 | 0.42 | 0.2 |
| Hex | 1E | 49 | 3E | 3B | 0 | F | 47 | A5 | 2A | 14 |
| Octal | 36 | 111 | 76 | 73 | 0 | 17 | 107 | 245 | 52 | 24 |
| Binary | 11110 | 1001001 | 111110 | 111011 | 0 | 1111 | 1000111 | 10100101 | 101010 | 10100 |
Color Harmonies of #1E493E
Complementary color
Monochromatic Colors of #1E493E
Black with #1E493E
Text Example
Text Example
White with #1E493E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E493E; }
p { color: rgb(30,73,62); }
H1.HeaderClassName
{
color: #1E493E;
}
.AnyTagClassName
{
color: #1E493E;
}
</style>
background-color css
<style>
a { background-color: #1E493E; }
a { background-color: rgb(30,73,62); }
div.DivClassName
{
background-color: #1E493E;
}
.BgClassName
{
background-color: #1E493E;
}
</style>
border-color css
<style>
span { border-color: #1E493E; }
span { border-color: rgb(30,73,62); }
td.TdClassName
{
border-color: #1E493E;
}
.TagClassName
{
border-color: #1E493E;
}
</style>