Shades of Deep Teal #1E453B
Tints of Deep Teal #1E453B
RGB
CMYK
RGB Variations
Color information
#1E453B (or 0x1E453B) is known color: Deep Teal. HEX triplet: 1E, 45 and 3B. RGB value is (30,69,59). Sum of RGB (Red+Green+Blue) = 30+69+59=158 (20% of max value = 765). Red value is 30 (12.11% from 255 or 18.99% from 158); Green value is 69 (27.34% from 255 or 43.67% from 158); Blue value is 59 (23.44% from 255 or 37.34% from 158); Max value from RGB is 69 - color contains mainly: green. Hex color #1E453B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E453B is #E1BAC4. Grayscale: #383838. Windows color (decimal): -14793413 or 3884318. OLE color: 3884318.
HSL color Cylindrical-coordinate representation of color #1E453B: hue angle of 164.62º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1E453B is Cyan = 0.57, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 30 | 69 | 59 | - |
| CMYK | 0.57 | 0 | 0.14 | 0.73 |
| HSL | 164.62º | 0.39% | 0.19% | - |
| HSV(B) | 164.62º | 0.57% | 0.27% | - |
| XYZ | 3.45 | 4.85 | 4.89 | - |
| YUV | 56.2 | 129.58 | 109.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 69 | 59 | 0.57 | 0 | 0.14 | 0.73 | 164.62 | 0.39 | 0.19 |
| Hex | 1E | 45 | 3B | 39 | 0 | E | 49 | A5 | 27 | 13 |
| Octal | 36 | 105 | 73 | 71 | 0 | 16 | 111 | 245 | 47 | 23 |
| Binary | 11110 | 1000101 | 111011 | 111001 | 0 | 1110 | 1001001 | 10100101 | 100111 | 10011 |
Color Harmonies of #1E453B
Complementary color
Monochromatic Colors of #1E453B
Black with #1E453B
Text Example
Text Example
White with #1E453B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E453B; }
p { color: rgb(30,69,59); }
H1.HeaderClassName
{
color: #1E453B;
}
.AnyTagClassName
{
color: #1E453B;
}
</style>
background-color css
<style>
a { background-color: #1E453B; }
a { background-color: rgb(30,69,59); }
div.DivClassName
{
background-color: #1E453B;
}
.BgClassName
{
background-color: #1E453B;
}
</style>
border-color css
<style>
span { border-color: #1E453B; }
span { border-color: rgb(30,69,59); }
td.TdClassName
{
border-color: #1E453B;
}
.TagClassName
{
border-color: #1E453B;
}
</style>