Shades of Deep Teal #1E3C36
Tints of Deep Teal #1E3C36
RGB
CMYK
RGB Variations
Color information
#1E3C36 (or 0x1E3C36) is known color: Deep Teal. HEX triplet: 1E, 3C and 36. RGB value is (30,60,54). Sum of RGB (Red+Green+Blue) = 30+60+54=144 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.83% from 144); Green value is 60 (23.83% from 255 or 41.67% from 144); Blue value is 54 (21.48% from 255 or 37.5% from 144); Max value from RGB is 60 - color contains mainly: green. Hex color #1E3C36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3C36 is #E1C3C9. Grayscale: #323232. Windows color (decimal): -14795722 or 3554334. OLE color: 3554334.
HSL color Cylindrical-coordinate representation of color #1E3C36: hue angle of 168º degrees, saturation: 0.33, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #1E3C36 is Cyan = 0.50, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 30 | 60 | 54 | - |
| CMYK | 0.50 | 0 | 0.10 | 0.76 |
| HSL | 168º | 0.33% | 0.18% | - |
| HSV(B) | 168º | 0.5% | 0.24% | - |
| XYZ | 2.82 | 3.77 | 4.07 | - |
| YUV | 50.35 | 130.06 | 113.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 60 | 54 | 0.50 | 0 | 0.10 | 0.76 | 168 | 0.33 | 0.18 |
| Hex | 1E | 3C | 36 | 32 | 0 | A | 4C | A8 | 21 | 12 |
| Octal | 36 | 74 | 66 | 62 | 0 | 12 | 114 | 250 | 41 | 22 |
| Binary | 11110 | 111100 | 110110 | 110010 | 0 | 1010 | 1001100 | 10101000 | 100001 | 10010 |
Color Harmonies of #1E3C36
Complementary color
Monochromatic Colors of #1E3C36
Black with #1E3C36
Text Example
Text Example
White with #1E3C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3C36; }
p { color: rgb(30,60,54); }
H1.HeaderClassName
{
color: #1E3C36;
}
.AnyTagClassName
{
color: #1E3C36;
}
</style>
background-color css
<style>
a { background-color: #1E3C36; }
a { background-color: rgb(30,60,54); }
div.DivClassName
{
background-color: #1E3C36;
}
.BgClassName
{
background-color: #1E3C36;
}
</style>
border-color css
<style>
span { border-color: #1E3C36; }
span { border-color: rgb(30,60,54); }
td.TdClassName
{
border-color: #1E3C36;
}
.TagClassName
{
border-color: #1E3C36;
}
</style>