Shades of Deep Teal #1E4D45
Tints of Deep Teal #1E4D45
RGB
CMYK
RGB Variations
Color information
#1E4D45 (or 0x1E4D45) is known color: Deep Teal. HEX triplet: 1E, 4D and 45. RGB value is (30,77,69). Sum of RGB (Red+Green+Blue) = 30+77+69=176 (23% of max value = 765). Red value is 30 (12.11% from 255 or 17.05% from 176); Green value is 77 (30.47% from 255 or 43.75% from 176); Blue value is 69 (27.34% from 255 or 39.20% from 176); Max value from RGB is 77 - color contains mainly: green. Hex color #1E4D45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E4D45 is #E1B2BA. Grayscale: #3E3E3E. Windows color (decimal): -14791355 or 4541726. OLE color: 4541726.
HSL color Cylindrical-coordinate representation of color #1E4D45: hue angle of 169.79º 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 #1E4D45 is Cyan = 0.61, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 30 | 77 | 69 | - |
| CMYK | 0.61 | 0 | 0.10 | 0.70 |
| HSL | 169.79º | 0.44% | 0.21% | - |
| HSV(B) | 169.79º | 0.61% | 0.3% | - |
| XYZ | 4.26 | 6.01 | 6.57 | - |
| YUV | 62.04 | 131.93 | 105.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 77 | 69 | 0.61 | 0 | 0.10 | 0.70 | 169.79 | 0.44 | 0.21 |
| Hex | 1E | 4D | 45 | 3D | 0 | A | 46 | AA | 2C | 15 |
| Octal | 36 | 115 | 105 | 75 | 0 | 12 | 106 | 252 | 54 | 25 |
| Binary | 11110 | 1001101 | 1000101 | 111101 | 0 | 1010 | 1000110 | 10101010 | 101100 | 10101 |
Color Harmonies of #1E4D45
Complementary color
Monochromatic Colors of #1E4D45
Black with #1E4D45
Text Example
Text Example
White with #1E4D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4D45; }
p { color: rgb(30,77,69); }
H1.HeaderClassName
{
color: #1E4D45;
}
.AnyTagClassName
{
color: #1E4D45;
}
</style>
background-color css
<style>
a { background-color: #1E4D45; }
a { background-color: rgb(30,77,69); }
div.DivClassName
{
background-color: #1E4D45;
}
.BgClassName
{
background-color: #1E4D45;
}
</style>
border-color css
<style>
span { border-color: #1E4D45; }
span { border-color: rgb(30,77,69); }
td.TdClassName
{
border-color: #1E4D45;
}
.TagClassName
{
border-color: #1E4D45;
}
</style>