Shades of Deep Teal #1E4440
Tints of Deep Teal #1E4440
RGB
CMYK
RGB Variations
Color information
#1E4440 (or 0x1E4440) is known color: Deep Teal. HEX triplet: 1E, 44 and 40. RGB value is (30,68,64). Sum of RGB (Red+Green+Blue) = 30+68+64=162 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.52% from 162); Green value is 68 (26.95% from 255 or 41.98% from 162); Blue value is 64 (25.39% from 255 or 39.51% from 162); Max value from RGB is 68 - color contains mainly: green. Hex color #1E4440 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E4440 is #E1BBBF. Grayscale: #383838. Windows color (decimal): -14793664 or 4211742. OLE color: 4211742.
HSL color Cylindrical-coordinate representation of color #1E4440: hue angle of 173.68º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1E4440 is Cyan = 0.56, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 30 | 68 | 64 | - |
| CMYK | 0.56 | 0 | 0.06 | 0.73 |
| HSL | 173.68º | 0.39% | 0.19% | - |
| HSV(B) | 173.68º | 0.56% | 0.27% | - |
| XYZ | 3.53 | 4.78 | 5.59 | - |
| YUV | 56.18 | 132.41 | 109.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 68 | 64 | 0.56 | 0 | 0.06 | 0.73 | 173.68 | 0.39 | 0.19 |
| Hex | 1E | 44 | 40 | 38 | 0 | 6 | 49 | AE | 27 | 13 |
| Octal | 36 | 104 | 100 | 70 | 0 | 6 | 111 | 256 | 47 | 23 |
| Binary | 11110 | 1000100 | 1000000 | 111000 | 0 | 110 | 1001001 | 10101110 | 100111 | 10011 |
Color Harmonies of #1E4440
Complementary color
Monochromatic Colors of #1E4440
Black with #1E4440
Text Example
Text Example
White with #1E4440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4440; }
p { color: rgb(30,68,64); }
H1.HeaderClassName
{
color: #1E4440;
}
.AnyTagClassName
{
color: #1E4440;
}
</style>
background-color css
<style>
a { background-color: #1E4440; }
a { background-color: rgb(30,68,64); }
div.DivClassName
{
background-color: #1E4440;
}
.BgClassName
{
background-color: #1E4440;
}
</style>
border-color css
<style>
span { border-color: #1E4440; }
span { border-color: rgb(30,68,64); }
td.TdClassName
{
border-color: #1E4440;
}
.TagClassName
{
border-color: #1E4440;
}
</style>