Shades of Deep Teal #1E4D46
Tints of Deep Teal #1E4D46
RGB
CMYK
RGB Variations
Color information
#1E4D46 (or 0x1E4D46) is known color: Deep Teal. HEX triplet: 1E, 4D and 46. RGB value is (30,77,70). Sum of RGB (Red+Green+Blue) = 30+77+70=177 (23% of max value = 765). Red value is 30 (12.11% from 255 or 16.95% from 177); Green value is 77 (30.47% from 255 or 43.50% from 177); Blue value is 70 (27.73% from 255 or 39.55% from 177); Max value from RGB is 77 - color contains mainly: green. Hex color #1E4D46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E4D46 is #E1B2B9. Grayscale: #3E3E3E. Windows color (decimal): -14791354 or 4607262. OLE color: 4607262.
HSL color Cylindrical-coordinate representation of color #1E4D46: hue angle of 171.06º degrees, saturation: 0.44, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1E4D46 is Cyan = 0.61, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 30 | 77 | 70 | - |
| CMYK | 0.61 | 0 | 0.09 | 0.70 |
| HSL | 171.06º | 0.44% | 0.21% | - |
| HSV(B) | 171.06º | 0.61% | 0.3% | - |
| XYZ | 4.29 | 6.03 | 6.73 | - |
| YUV | 62.15 | 132.43 | 105.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 77 | 70 | 0.61 | 0 | 0.09 | 0.70 | 171.06 | 0.44 | 0.21 |
| Hex | 1E | 4D | 46 | 3D | 0 | 9 | 46 | AB | 2C | 15 |
| Octal | 36 | 115 | 106 | 75 | 0 | 11 | 106 | 253 | 54 | 25 |
| Binary | 11110 | 1001101 | 1000110 | 111101 | 0 | 1001 | 1000110 | 10101011 | 101100 | 10101 |
Color Harmonies of #1E4D46
Complementary color
Monochromatic Colors of #1E4D46
Black with #1E4D46
Text Example
Text Example
White with #1E4D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4D46; }
p { color: rgb(30,77,70); }
H1.HeaderClassName
{
color: #1E4D46;
}
.AnyTagClassName
{
color: #1E4D46;
}
</style>
background-color css
<style>
a { background-color: #1E4D46; }
a { background-color: rgb(30,77,70); }
div.DivClassName
{
background-color: #1E4D46;
}
.BgClassName
{
background-color: #1E4D46;
}
</style>
border-color css
<style>
span { border-color: #1E4D46; }
span { border-color: rgb(30,77,70); }
td.TdClassName
{
border-color: #1E4D46;
}
.TagClassName
{
border-color: #1E4D46;
}
</style>