Shades of Deep Teal #1E4239
Tints of Deep Teal #1E4239
RGB
CMYK
RGB Variations
Color information
#1E4239 (or 0x1E4239) is known color: Deep Teal. HEX triplet: 1E, 42 and 39. RGB value is (30,66,57). Sum of RGB (Red+Green+Blue) = 30+66+57=153 (20% of max value = 765). Red value is 30 (12.11% from 255 or 19.61% from 153); Green value is 66 (26.17% from 255 or 43.14% from 153); Blue value is 57 (22.66% from 255 or 37.25% from 153); Max value from RGB is 66 - color contains mainly: green. Hex color #1E4239 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E4239 is #E1BDC6. Grayscale: #363636. Windows color (decimal): -14794183 or 3752478. OLE color: 3752478.
HSL color Cylindrical-coordinate representation of color #1E4239: hue angle of 165º 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 #1E4239 is Cyan = 0.55, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 30 | 66 | 57 | - |
| CMYK | 0.55 | 0 | 0.14 | 0.74 |
| HSL | 165º | 0.38% | 0.19% | - |
| HSV(B) | 165º | 0.55% | 0.26% | - |
| XYZ | 3.22 | 4.47 | 4.56 | - |
| YUV | 54.21 | 129.57 | 110.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 66 | 57 | 0.55 | 0 | 0.14 | 0.74 | 165 | 0.38 | 0.19 |
| Hex | 1E | 42 | 39 | 37 | 0 | E | 4A | A5 | 26 | 13 |
| Octal | 36 | 102 | 71 | 67 | 0 | 16 | 112 | 245 | 46 | 23 |
| Binary | 11110 | 1000010 | 111001 | 110111 | 0 | 1110 | 1001010 | 10100101 | 100110 | 10011 |
Color Harmonies of #1E4239
Complementary color
Monochromatic Colors of #1E4239
Black with #1E4239
Text Example
Text Example
White with #1E4239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4239; }
p { color: rgb(30,66,57); }
H1.HeaderClassName
{
color: #1E4239;
}
.AnyTagClassName
{
color: #1E4239;
}
</style>
background-color css
<style>
a { background-color: #1E4239; }
a { background-color: rgb(30,66,57); }
div.DivClassName
{
background-color: #1E4239;
}
.BgClassName
{
background-color: #1E4239;
}
</style>
border-color css
<style>
span { border-color: #1E4239; }
span { border-color: rgb(30,66,57); }
td.TdClassName
{
border-color: #1E4239;
}
.TagClassName
{
border-color: #1E4239;
}
</style>