Shades of Deep Teal #1E473F
Tints of Deep Teal #1E473F
RGB
CMYK
RGB Variations
Color information
#1E473F (or 0x1E473F) is known color: Deep Teal. HEX triplet: 1E, 47 and 3F. RGB value is (30,71,63). Sum of RGB (Red+Green+Blue) = 30+71+63=164 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.29% from 164); Green value is 71 (28.12% from 255 or 43.29% from 164); Blue value is 63 (25% from 255 or 38.41% from 164); Max value from RGB is 71 - color contains mainly: green. Hex color #1E473F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E473F is #E1B8C0. Grayscale: #393939. Windows color (decimal): -14792897 or 4146974. OLE color: 4146974.
HSL color Cylindrical-coordinate representation of color #1E473F: hue angle of 168.29º degrees, saturation: 0.41, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1E473F is Cyan = 0.58, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 30 | 71 | 63 | - |
| CMYK | 0.58 | 0 | 0.11 | 0.72 |
| HSL | 168.29º | 0.41% | 0.2% | - |
| HSV(B) | 168.29º | 0.58% | 0.28% | - |
| XYZ | 3.69 | 5.14 | 5.5 | - |
| YUV | 57.83 | 130.92 | 108.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 71 | 63 | 0.58 | 0 | 0.11 | 0.72 | 168.29 | 0.41 | 0.2 |
| Hex | 1E | 47 | 3F | 3A | 0 | B | 48 | A8 | 29 | 14 |
| Octal | 36 | 107 | 77 | 72 | 0 | 13 | 110 | 250 | 51 | 24 |
| Binary | 11110 | 1000111 | 111111 | 111010 | 0 | 1011 | 1001000 | 10101000 | 101001 | 10100 |
Color Harmonies of #1E473F
Complementary color
Monochromatic Colors of #1E473F
Black with #1E473F
Text Example
Text Example
White with #1E473F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E473F; }
p { color: rgb(30,71,63); }
H1.HeaderClassName
{
color: #1E473F;
}
.AnyTagClassName
{
color: #1E473F;
}
</style>
background-color css
<style>
a { background-color: #1E473F; }
a { background-color: rgb(30,71,63); }
div.DivClassName
{
background-color: #1E473F;
}
.BgClassName
{
background-color: #1E473F;
}
</style>
border-color css
<style>
span { border-color: #1E473F; }
span { border-color: rgb(30,71,63); }
td.TdClassName
{
border-color: #1E473F;
}
.TagClassName
{
border-color: #1E473F;
}
</style>