Shades of Deep Teal #1E4941
Tints of Deep Teal #1E4941
RGB
CMYK
RGB Variations
Color information
#1E4941 (or 0x1E4941) is known color: Deep Teal. HEX triplet: 1E, 49 and 41. RGB value is (30,73,65). Sum of RGB (Red+Green+Blue) = 30+73+65=168 (22% of max value = 765). Red value is 30 (12.11% from 255 or 17.86% from 168); Green value is 73 (28.91% from 255 or 43.45% from 168); Blue value is 65 (25.78% from 255 or 38.69% from 168); Max value from RGB is 73 - color contains mainly: green. Hex color #1E4941 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E4941 is #E1B6BE. Grayscale: #3B3B3B. Windows color (decimal): -14792383 or 4278558. OLE color: 4278558.
HSL color Cylindrical-coordinate representation of color #1E4941: hue angle of 168.84º 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 #1E4941 is Cyan = 0.59, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 30 | 73 | 65 | - |
| CMYK | 0.59 | 0 | 0.11 | 0.71 |
| HSL | 168.84º | 0.42% | 0.2% | - |
| HSV(B) | 168.84º | 0.59% | 0.29% | - |
| XYZ | 3.87 | 5.42 | 5.84 | - |
| YUV | 59.23 | 131.25 | 107.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 73 | 65 | 0.59 | 0 | 0.11 | 0.71 | 168.84 | 0.42 | 0.2 |
| Hex | 1E | 49 | 41 | 3B | 0 | B | 47 | A9 | 2A | 14 |
| Octal | 36 | 111 | 101 | 73 | 0 | 13 | 107 | 251 | 52 | 24 |
| Binary | 11110 | 1001001 | 1000001 | 111011 | 0 | 1011 | 1000111 | 10101001 | 101010 | 10100 |
Color Harmonies of #1E4941
Complementary color
Monochromatic Colors of #1E4941
Black with #1E4941
Text Example
Text Example
White with #1E4941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4941; }
p { color: rgb(30,73,65); }
H1.HeaderClassName
{
color: #1E4941;
}
.AnyTagClassName
{
color: #1E4941;
}
</style>
background-color css
<style>
a { background-color: #1E4941; }
a { background-color: rgb(30,73,65); }
div.DivClassName
{
background-color: #1E4941;
}
.BgClassName
{
background-color: #1E4941;
}
</style>
border-color css
<style>
span { border-color: #1E4941; }
span { border-color: rgb(30,73,65); }
td.TdClassName
{
border-color: #1E4941;
}
.TagClassName
{
border-color: #1E4941;
}
</style>