Shades of Deep Teal #1E3F38
Tints of Deep Teal #1E3F38
RGB
CMYK
RGB Variations
Color information
#1E3F38 (or 0x1E3F38) is known color: Deep Teal. HEX triplet: 1E, 3F and 38. RGB value is (30,63,56). Sum of RGB (Red+Green+Blue) = 30+63+56=149 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.13% from 149); Green value is 63 (25% from 255 or 42.28% from 149); Blue value is 56 (22.27% from 255 or 37.58% from 149); Max value from RGB is 63 - color contains mainly: green. Hex color #1E3F38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3F38 is #E1C0C7. Grayscale: #343434. Windows color (decimal): -14794952 or 3686174. OLE color: 3686174.
HSL color Cylindrical-coordinate representation of color #1E3F38: hue angle of 167.27º degrees, saturation: 0.35, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1E3F38 is Cyan = 0.52, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 30 | 63 | 56 | - |
| CMYK | 0.52 | 0 | 0.11 | 0.75 |
| HSL | 167.27º | 0.35% | 0.18% | - |
| HSV(B) | 167.27º | 0.52% | 0.25% | - |
| XYZ | 3.03 | 4.12 | 4.38 | - |
| YUV | 52.34 | 130.07 | 112.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 63 | 56 | 0.52 | 0 | 0.11 | 0.75 | 167.27 | 0.35 | 0.18 |
| Hex | 1E | 3F | 38 | 34 | 0 | B | 4B | A7 | 23 | 12 |
| Octal | 36 | 77 | 70 | 64 | 0 | 13 | 113 | 247 | 43 | 22 |
| Binary | 11110 | 111111 | 111000 | 110100 | 0 | 1011 | 1001011 | 10100111 | 100011 | 10010 |
Color Harmonies of #1E3F38
Complementary color
Monochromatic Colors of #1E3F38
Black with #1E3F38
Text Example
Text Example
White with #1E3F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3F38; }
p { color: rgb(30,63,56); }
H1.HeaderClassName
{
color: #1E3F38;
}
.AnyTagClassName
{
color: #1E3F38;
}
</style>
background-color css
<style>
a { background-color: #1E3F38; }
a { background-color: rgb(30,63,56); }
div.DivClassName
{
background-color: #1E3F38;
}
.BgClassName
{
background-color: #1E3F38;
}
</style>
border-color css
<style>
span { border-color: #1E3F38; }
span { border-color: rgb(30,63,56); }
td.TdClassName
{
border-color: #1E3F38;
}
.TagClassName
{
border-color: #1E3F38;
}
</style>