Shades of Deep Teal #1E443B
Tints of Deep Teal #1E443B
RGB
CMYK
RGB Variations
Color information
#1E443B (or 0x1E443B) is known color: Deep Teal. HEX triplet: 1E, 44 and 3B. RGB value is (30,68,59). Sum of RGB (Red+Green+Blue) = 30+68+59=157 (20% of max value = 765). Red value is 30 (12.11% from 255 or 19.11% from 157); Green value is 68 (26.95% from 255 or 43.31% from 157); Blue value is 59 (23.44% from 255 or 37.58% from 157); Max value from RGB is 68 - color contains mainly: green. Hex color #1E443B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E443B is #E1BBC4. Grayscale: #373737. Windows color (decimal): -14793669 or 3884062. OLE color: 3884062.
HSL color Cylindrical-coordinate representation of color #1E443B: hue angle of 165.79º 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 #1E443B is Cyan = 0.56, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 30 | 68 | 59 | - |
| CMYK | 0.56 | 0 | 0.13 | 0.73 |
| HSL | 165.79º | 0.39% | 0.19% | - |
| HSV(B) | 165.79º | 0.56% | 0.27% | - |
| XYZ | 3.39 | 4.73 | 4.87 | - |
| YUV | 55.61 | 129.91 | 109.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 68 | 59 | 0.56 | 0 | 0.13 | 0.73 | 165.79 | 0.39 | 0.19 |
| Hex | 1E | 44 | 3B | 38 | 0 | D | 49 | A6 | 27 | 13 |
| Octal | 36 | 104 | 73 | 70 | 0 | 15 | 111 | 246 | 47 | 23 |
| Binary | 11110 | 1000100 | 111011 | 111000 | 0 | 1101 | 1001001 | 10100110 | 100111 | 10011 |
Color Harmonies of #1E443B
Complementary color
Monochromatic Colors of #1E443B
Black with #1E443B
Text Example
Text Example
White with #1E443B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E443B; }
p { color: rgb(30,68,59); }
H1.HeaderClassName
{
color: #1E443B;
}
.AnyTagClassName
{
color: #1E443B;
}
</style>
background-color css
<style>
a { background-color: #1E443B; }
a { background-color: rgb(30,68,59); }
div.DivClassName
{
background-color: #1E443B;
}
.BgClassName
{
background-color: #1E443B;
}
</style>
border-color css
<style>
span { border-color: #1E443B; }
span { border-color: rgb(30,68,59); }
td.TdClassName
{
border-color: #1E443B;
}
.TagClassName
{
border-color: #1E443B;
}
</style>