Shades of Deep Teal #1E3D35
Tints of Deep Teal #1E3D35
RGB
CMYK
RGB Variations
Color information
#1E3D35 (or 0x1E3D35) is known color: Deep Teal. HEX triplet: 1E, 3D and 35. RGB value is (30,61,53). Sum of RGB (Red+Green+Blue) = 30+61+53=144 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.83% from 144); Green value is 61 (24.22% from 255 or 42.36% from 144); Blue value is 53 (21.09% from 255 or 36.81% from 144); Max value from RGB is 61 - color contains mainly: green. Hex color #1E3D35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3D35 is #E1C2CA. Grayscale: #323232. Windows color (decimal): -14795467 or 3489054. OLE color: 3489054.
HSL color Cylindrical-coordinate representation of color #1E3D35: hue angle of 164.52º degrees, saturation: 0.34, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #1E3D35 is Cyan = 0.51, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 30 | 61 | 53 | - |
| CMYK | 0.51 | 0 | 0.13 | 0.76 |
| HSL | 164.52º | 0.34% | 0.18% | - |
| HSV(B) | 164.52º | 0.51% | 0.24% | - |
| XYZ | 2.85 | 3.87 | 3.97 | - |
| YUV | 50.82 | 129.23 | 113.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 61 | 53 | 0.51 | 0 | 0.13 | 0.76 | 164.52 | 0.34 | 0.18 |
| Hex | 1E | 3D | 35 | 33 | 0 | D | 4C | A5 | 22 | 12 |
| Octal | 36 | 75 | 65 | 63 | 0 | 15 | 114 | 245 | 42 | 22 |
| Binary | 11110 | 111101 | 110101 | 110011 | 0 | 1101 | 1001100 | 10100101 | 100010 | 10010 |
Color Harmonies of #1E3D35
Complementary color
Monochromatic Colors of #1E3D35
Black with #1E3D35
Text Example
Text Example
White with #1E3D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3D35; }
p { color: rgb(30,61,53); }
H1.HeaderClassName
{
color: #1E3D35;
}
.AnyTagClassName
{
color: #1E3D35;
}
</style>
background-color css
<style>
a { background-color: #1E3D35; }
a { background-color: rgb(30,61,53); }
div.DivClassName
{
background-color: #1E3D35;
}
.BgClassName
{
background-color: #1E3D35;
}
</style>
border-color css
<style>
span { border-color: #1E3D35; }
span { border-color: rgb(30,61,53); }
td.TdClassName
{
border-color: #1E3D35;
}
.TagClassName
{
border-color: #1E3D35;
}
</style>