Shades of Deep Teal #1E483D
Tints of Deep Teal #1E483D
RGB
CMYK
RGB Variations
Color information
#1E483D (or 0x1E483D) is known color: Deep Teal. HEX triplet: 1E, 48 and 3D. RGB value is (30,72,61). Sum of RGB (Red+Green+Blue) = 30+72+61=163 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.40% from 163); Green value is 72 (28.52% from 255 or 44.17% from 163); Blue value is 61 (24.22% from 255 or 37.42% from 163); Max value from RGB is 72 - color contains mainly: green. Hex color #1E483D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E483D is #E1B7C2. Grayscale: #3A3A3A. Windows color (decimal): -14792643 or 4016158. OLE color: 4016158.
HSL color Cylindrical-coordinate representation of color #1E483D: hue angle of 164.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 #1E483D is Cyan = 0.58, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 30 | 72 | 61 | - |
| CMYK | 0.58 | 0 | 0.15 | 0.72 |
| HSL | 164.29º | 0.41% | 0.2% | - |
| HSV(B) | 164.29º | 0.58% | 0.28% | - |
| XYZ | 3.7 | 5.25 | 5.23 | - |
| YUV | 58.19 | 129.59 | 107.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 72 | 61 | 0.58 | 0 | 0.15 | 0.72 | 164.29 | 0.41 | 0.2 |
| Hex | 1E | 48 | 3D | 3A | 0 | F | 48 | A4 | 29 | 14 |
| Octal | 36 | 110 | 75 | 72 | 0 | 17 | 110 | 244 | 51 | 24 |
| Binary | 11110 | 1001000 | 111101 | 111010 | 0 | 1111 | 1001000 | 10100100 | 101001 | 10100 |
Color Harmonies of #1E483D
Complementary color
Monochromatic Colors of #1E483D
Black with #1E483D
Text Example
Text Example
White with #1E483D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E483D; }
p { color: rgb(30,72,61); }
H1.HeaderClassName
{
color: #1E483D;
}
.AnyTagClassName
{
color: #1E483D;
}
</style>
background-color css
<style>
a { background-color: #1E483D; }
a { background-color: rgb(30,72,61); }
div.DivClassName
{
background-color: #1E483D;
}
.BgClassName
{
background-color: #1E483D;
}
</style>
border-color css
<style>
span { border-color: #1E483D; }
span { border-color: rgb(30,72,61); }
td.TdClassName
{
border-color: #1E483D;
}
.TagClassName
{
border-color: #1E483D;
}
</style>