Shades of Deep Teal #1E4339
Tints of Deep Teal #1E4339
RGB
CMYK
RGB Variations
Color information
#1E4339 (or 0x1E4339) is known color: Deep Teal. HEX triplet: 1E, 43 and 39. RGB value is (30,67,57). Sum of RGB (Red+Green+Blue) = 30+67+57=154 (20% of max value = 765). Red value is 30 (12.11% from 255 or 19.48% from 154); Green value is 67 (26.56% from 255 or 43.51% from 154); Blue value is 57 (22.66% from 255 or 37.01% from 154); Max value from RGB is 67 - color contains mainly: green. Hex color #1E4339 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E4339 is #E1BCC6. Grayscale: #363636. Windows color (decimal): -14793927 or 3752734. OLE color: 3752734.
HSL color Cylindrical-coordinate representation of color #1E4339: hue angle of 163.78º 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 #1E4339 is Cyan = 0.55, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 30 | 67 | 57 | - |
| CMYK | 0.55 | 0 | 0.15 | 0.74 |
| HSL | 163.78º | 0.38% | 0.19% | - |
| HSV(B) | 163.78º | 0.55% | 0.26% | - |
| XYZ | 3.28 | 4.59 | 4.58 | - |
| YUV | 54.8 | 129.24 | 110.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 67 | 57 | 0.55 | 0 | 0.15 | 0.74 | 163.78 | 0.38 | 0.19 |
| Hex | 1E | 43 | 39 | 37 | 0 | F | 4A | A4 | 26 | 13 |
| Octal | 36 | 103 | 71 | 67 | 0 | 17 | 112 | 244 | 46 | 23 |
| Binary | 11110 | 1000011 | 111001 | 110111 | 0 | 1111 | 1001010 | 10100100 | 100110 | 10011 |
Color Harmonies of #1E4339
Complementary color
Monochromatic Colors of #1E4339
Black with #1E4339
Text Example
Text Example
White with #1E4339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4339; }
p { color: rgb(30,67,57); }
H1.HeaderClassName
{
color: #1E4339;
}
.AnyTagClassName
{
color: #1E4339;
}
</style>
background-color css
<style>
a { background-color: #1E4339; }
a { background-color: rgb(30,67,57); }
div.DivClassName
{
background-color: #1E4339;
}
.BgClassName
{
background-color: #1E4339;
}
</style>
border-color css
<style>
span { border-color: #1E4339; }
span { border-color: rgb(30,67,57); }
td.TdClassName
{
border-color: #1E4339;
}
.TagClassName
{
border-color: #1E4339;
}
</style>