Shades of Deep Teal #1E473D
Tints of Deep Teal #1E473D
RGB
CMYK
RGB Variations
Color information
#1E473D (or 0x1E473D) is known color: Deep Teal. HEX triplet: 1E, 47 and 3D. RGB value is (30,71,61). Sum of RGB (Red+Green+Blue) = 30+71+61=162 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.52% from 162); Green value is 71 (28.12% from 255 or 43.83% from 162); Blue value is 61 (24.22% from 255 or 37.65% from 162); Max value from RGB is 71 - color contains mainly: green. Hex color #1E473D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E473D is #E1B8C2. Grayscale: #393939. Windows color (decimal): -14792899 or 4015902. OLE color: 4015902.
HSL color Cylindrical-coordinate representation of color #1E473D: hue angle of 165.37º degrees, saturation: 0.41, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1E473D is Cyan = 0.58, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 30 | 71 | 61 | - |
| CMYK | 0.58 | 0 | 0.14 | 0.72 |
| HSL | 165.37º | 0.41% | 0.2% | - |
| HSV(B) | 165.37º | 0.58% | 0.28% | - |
| XYZ | 3.63 | 5.12 | 5.21 | - |
| YUV | 57.6 | 129.92 | 108.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 71 | 61 | 0.58 | 0 | 0.14 | 0.72 | 165.37 | 0.41 | 0.2 |
| Hex | 1E | 47 | 3D | 3A | 0 | E | 48 | A5 | 29 | 14 |
| Octal | 36 | 107 | 75 | 72 | 0 | 16 | 110 | 245 | 51 | 24 |
| Binary | 11110 | 1000111 | 111101 | 111010 | 0 | 1110 | 1001000 | 10100101 | 101001 | 10100 |
Color Harmonies of #1E473D
Complementary color
Monochromatic Colors of #1E473D
Black with #1E473D
Text Example
Text Example
White with #1E473D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E473D; }
p { color: rgb(30,71,61); }
H1.HeaderClassName
{
color: #1E473D;
}
.AnyTagClassName
{
color: #1E473D;
}
</style>
background-color css
<style>
a { background-color: #1E473D; }
a { background-color: rgb(30,71,61); }
div.DivClassName
{
background-color: #1E473D;
}
.BgClassName
{
background-color: #1E473D;
}
</style>
border-color css
<style>
span { border-color: #1E473D; }
span { border-color: rgb(30,71,61); }
td.TdClassName
{
border-color: #1E473D;
}
.TagClassName
{
border-color: #1E473D;
}
</style>