Shades of Deep Teal #1E483E
Tints of Deep Teal #1E483E
RGB
CMYK
RGB Variations
Color information
#1E483E (or 0x1E483E) is known color: Deep Teal. HEX triplet: 1E, 48 and 3E. RGB value is (30,72,62). Sum of RGB (Red+Green+Blue) = 30+72+62=164 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.29% from 164); Green value is 72 (28.52% from 255 or 43.90% from 164); Blue value is 62 (24.61% from 255 or 37.80% from 164); Max value from RGB is 72 - color contains mainly: green. Hex color #1E483E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E483E is #E1B7C1. Grayscale: #3A3A3A. Windows color (decimal): -14792642 or 4081694. OLE color: 4081694.
HSL color Cylindrical-coordinate representation of color #1E483E: hue angle of 165.71º 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 #1E483E is Cyan = 0.58, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 30 | 72 | 62 | - |
| CMYK | 0.58 | 0 | 0.14 | 0.72 |
| HSL | 165.71º | 0.41% | 0.2% | - |
| HSV(B) | 165.71º | 0.58% | 0.28% | - |
| XYZ | 3.72 | 5.26 | 5.38 | - |
| YUV | 58.3 | 130.09 | 107.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 72 | 62 | 0.58 | 0 | 0.14 | 0.72 | 165.71 | 0.41 | 0.2 |
| Hex | 1E | 48 | 3E | 3A | 0 | E | 48 | A6 | 29 | 14 |
| Octal | 36 | 110 | 76 | 72 | 0 | 16 | 110 | 246 | 51 | 24 |
| Binary | 11110 | 1001000 | 111110 | 111010 | 0 | 1110 | 1001000 | 10100110 | 101001 | 10100 |
Color Harmonies of #1E483E
Complementary color
Monochromatic Colors of #1E483E
Black with #1E483E
Text Example
Text Example
White with #1E483E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E483E; }
p { color: rgb(30,72,62); }
H1.HeaderClassName
{
color: #1E483E;
}
.AnyTagClassName
{
color: #1E483E;
}
</style>
background-color css
<style>
a { background-color: #1E483E; }
a { background-color: rgb(30,72,62); }
div.DivClassName
{
background-color: #1E483E;
}
.BgClassName
{
background-color: #1E483E;
}
</style>
border-color css
<style>
span { border-color: #1E483E; }
span { border-color: rgb(30,72,62); }
td.TdClassName
{
border-color: #1E483E;
}
.TagClassName
{
border-color: #1E483E;
}
</style>