Shades of Deep Teal #1E423E
Tints of Deep Teal #1E423E
RGB
CMYK
RGB Variations
Color information
#1E423E (or 0x1E423E) is known color: Deep Teal. HEX triplet: 1E, 42 and 3E. RGB value is (30,66,62). Sum of RGB (Red+Green+Blue) = 30+66+62=158 (20% of max value = 765). Red value is 30 (12.11% from 255 or 18.99% from 158); Green value is 66 (26.17% from 255 or 41.77% from 158); Blue value is 62 (24.61% from 255 or 39.24% from 158); Max value from RGB is 66 - color contains mainly: green. Hex color #1E423E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E423E is #E1BDC1. Grayscale: #363636. Windows color (decimal): -14794178 or 4080158. OLE color: 4080158.
HSL color Cylindrical-coordinate representation of color #1E423E: hue angle of 173.33º degrees, saturation: 0.38, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1E423E is Cyan = 0.55, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 30 | 66 | 62 | - |
| CMYK | 0.55 | 0 | 0.06 | 0.74 |
| HSL | 173.33º | 0.38% | 0.19% | - |
| HSV(B) | 173.33º | 0.55% | 0.26% | - |
| XYZ | 3.35 | 4.52 | 5.25 | - |
| YUV | 54.78 | 132.07 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 66 | 62 | 0.55 | 0 | 0.06 | 0.74 | 173.33 | 0.38 | 0.19 |
| Hex | 1E | 42 | 3E | 37 | 0 | 6 | 4A | AD | 26 | 13 |
| Octal | 36 | 102 | 76 | 67 | 0 | 6 | 112 | 255 | 46 | 23 |
| Binary | 11110 | 1000010 | 111110 | 110111 | 0 | 110 | 1001010 | 10101101 | 100110 | 10011 |
Color Harmonies of #1E423E
Complementary color
Monochromatic Colors of #1E423E
Black with #1E423E
Text Example
Text Example
White with #1E423E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E423E; }
p { color: rgb(30,66,62); }
H1.HeaderClassName
{
color: #1E423E;
}
.AnyTagClassName
{
color: #1E423E;
}
</style>
background-color css
<style>
a { background-color: #1E423E; }
a { background-color: rgb(30,66,62); }
div.DivClassName
{
background-color: #1E423E;
}
.BgClassName
{
background-color: #1E423E;
}
</style>
border-color css
<style>
span { border-color: #1E423E; }
span { border-color: rgb(30,66,62); }
td.TdClassName
{
border-color: #1E423E;
}
.TagClassName
{
border-color: #1E423E;
}
</style>