Shades of Deep Teal #1E433B
Tints of Deep Teal #1E433B
RGB
CMYK
RGB Variations
Color information
#1E433B (or 0x1E433B) is known color: Deep Teal. HEX triplet: 1E, 43 and 3B. RGB value is (30,67,59). Sum of RGB (Red+Green+Blue) = 30+67+59=156 (20% of max value = 765). Red value is 30 (12.11% from 255 or 19.23% from 156); Green value is 67 (26.56% from 255 or 42.95% from 156); Blue value is 59 (23.44% from 255 or 37.82% from 156); Max value from RGB is 67 - color contains mainly: green. Hex color #1E433B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E433B is #E1BCC4. Grayscale: #373737. Windows color (decimal): -14793925 or 3883806. OLE color: 3883806.
HSL color Cylindrical-coordinate representation of color #1E433B: hue angle of 167.03º 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 #1E433B is Cyan = 0.55, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 30 | 67 | 59 | - |
| CMYK | 0.55 | 0 | 0.12 | 0.74 |
| HSL | 167.03º | 0.38% | 0.19% | - |
| HSV(B) | 167.03º | 0.55% | 0.26% | - |
| XYZ | 3.33 | 4.61 | 4.85 | - |
| YUV | 55.03 | 130.24 | 110.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 67 | 59 | 0.55 | 0 | 0.12 | 0.74 | 167.03 | 0.38 | 0.19 |
| Hex | 1E | 43 | 3B | 37 | 0 | C | 4A | A7 | 26 | 13 |
| Octal | 36 | 103 | 73 | 67 | 0 | 14 | 112 | 247 | 46 | 23 |
| Binary | 11110 | 1000011 | 111011 | 110111 | 0 | 1100 | 1001010 | 10100111 | 100110 | 10011 |
Color Harmonies of #1E433B
Complementary color
Monochromatic Colors of #1E433B
Black with #1E433B
Text Example
Text Example
White with #1E433B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E433B; }
p { color: rgb(30,67,59); }
H1.HeaderClassName
{
color: #1E433B;
}
.AnyTagClassName
{
color: #1E433B;
}
</style>
background-color css
<style>
a { background-color: #1E433B; }
a { background-color: rgb(30,67,59); }
div.DivClassName
{
background-color: #1E433B;
}
.BgClassName
{
background-color: #1E433B;
}
</style>
border-color css
<style>
span { border-color: #1E433B; }
span { border-color: rgb(30,67,59); }
td.TdClassName
{
border-color: #1E433B;
}
.TagClassName
{
border-color: #1E433B;
}
</style>