Shades of Deep Teal #1E4A45
Tints of Deep Teal #1E4A45
RGB
CMYK
RGB Variations
Color information
#1E4A45 (or 0x1E4A45) is known color: Deep Teal. HEX triplet: 1E, 4A and 45. RGB value is (30,74,69). Sum of RGB (Red+Green+Blue) = 30+74+69=173 (22% of max value = 765). Red value is 30 (12.11% from 255 or 17.34% from 173); Green value is 74 (29.30% from 255 or 42.77% from 173); Blue value is 69 (27.34% from 255 or 39.88% from 173); Max value from RGB is 74 - color contains mainly: green. Hex color #1E4A45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E4A45 is #E1B5BA. Grayscale: #3C3C3C. Windows color (decimal): -14792123 or 4540958. OLE color: 4540958.
HSL color Cylindrical-coordinate representation of color #1E4A45: hue angle of 173.18º 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 #1E4A45 is Cyan = 0.59, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 30 | 74 | 69 | - |
| CMYK | 0.59 | 0 | 0.07 | 0.71 |
| HSL | 173.18º | 0.42% | 0.2% | - |
| HSV(B) | 173.18º | 0.59% | 0.29% | - |
| XYZ | 4.06 | 5.6 | 6.5 | - |
| YUV | 60.27 | 132.92 | 106.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 74 | 69 | 0.59 | 0 | 0.07 | 0.71 | 173.18 | 0.42 | 0.2 |
| Hex | 1E | 4A | 45 | 3B | 0 | 7 | 47 | AD | 2A | 14 |
| Octal | 36 | 112 | 105 | 73 | 0 | 7 | 107 | 255 | 52 | 24 |
| Binary | 11110 | 1001010 | 1000101 | 111011 | 0 | 111 | 1000111 | 10101101 | 101010 | 10100 |
Color Harmonies of #1E4A45
Complementary color
Monochromatic Colors of #1E4A45
Black with #1E4A45
Text Example
Text Example
White with #1E4A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4A45; }
p { color: rgb(30,74,69); }
H1.HeaderClassName
{
color: #1E4A45;
}
.AnyTagClassName
{
color: #1E4A45;
}
</style>
background-color css
<style>
a { background-color: #1E4A45; }
a { background-color: rgb(30,74,69); }
div.DivClassName
{
background-color: #1E4A45;
}
.BgClassName
{
background-color: #1E4A45;
}
</style>
border-color css
<style>
span { border-color: #1E4A45; }
span { border-color: rgb(30,74,69); }
td.TdClassName
{
border-color: #1E4A45;
}
.TagClassName
{
border-color: #1E4A45;
}
</style>