Shades of Deep Teal #1E3C35
Tints of Deep Teal #1E3C35
RGB
CMYK
RGB Variations
Color information
#1E3C35 (or 0x1E3C35) is known color: Deep Teal. HEX triplet: 1E, 3C and 35. RGB value is (30,60,53). Sum of RGB (Red+Green+Blue) = 30+60+53=143 (18% of max value = 765). Red value is 30 (12.11% from 255 or 20.98% from 143); Green value is 60 (23.83% from 255 or 41.96% from 143); Blue value is 53 (21.09% from 255 or 37.06% from 143); Max value from RGB is 60 - color contains mainly: green. Hex color #1E3C35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3C35 is #E1C3CA. Grayscale: #323232. Windows color (decimal): -14795723 or 3488798. OLE color: 3488798.
HSL color Cylindrical-coordinate representation of color #1E3C35: hue angle of 166º 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 #1E3C35 is Cyan = 0.50, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 30 | 60 | 53 | - |
| CMYK | 0.50 | 0 | 0.12 | 0.76 |
| HSL | 166º | 0.33% | 0.18% | - |
| HSV(B) | 166º | 0.5% | 0.24% | - |
| XYZ | 2.79 | 3.76 | 3.95 | - |
| YUV | 50.23 | 129.56 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 60 | 53 | 0.50 | 0 | 0.12 | 0.76 | 166 | 0.33 | 0.18 |
| Hex | 1E | 3C | 35 | 32 | 0 | C | 4C | A6 | 21 | 12 |
| Octal | 36 | 74 | 65 | 62 | 0 | 14 | 114 | 246 | 41 | 22 |
| Binary | 11110 | 111100 | 110101 | 110010 | 0 | 1100 | 1001100 | 10100110 | 100001 | 10010 |
Color Harmonies of #1E3C35
Complementary color
Monochromatic Colors of #1E3C35
Black with #1E3C35
Text Example
Text Example
White with #1E3C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3C35; }
p { color: rgb(30,60,53); }
H1.HeaderClassName
{
color: #1E3C35;
}
.AnyTagClassName
{
color: #1E3C35;
}
</style>
background-color css
<style>
a { background-color: #1E3C35; }
a { background-color: rgb(30,60,53); }
div.DivClassName
{
background-color: #1E3C35;
}
.BgClassName
{
background-color: #1E3C35;
}
</style>
border-color css
<style>
span { border-color: #1E3C35; }
span { border-color: rgb(30,60,53); }
td.TdClassName
{
border-color: #1E3C35;
}
.TagClassName
{
border-color: #1E3C35;
}
</style>