Shades of Deep Teal #1E3F3B
Tints of Deep Teal #1E3F3B
RGB
CMYK
RGB Variations
Color information
#1E3F3B (or 0x1E3F3B) is known color: Deep Teal. HEX triplet: 1E, 3F and 3B. RGB value is (30,63,59). Sum of RGB (Red+Green+Blue) = 30+63+59=152 (20% of max value = 765). Red value is 30 (12.11% from 255 or 19.74% from 152); Green value is 63 (25% from 255 or 41.45% from 152); Blue value is 59 (23.44% from 255 or 38.82% from 152); Max value from RGB is 63 - color contains mainly: green. Hex color #1E3F3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3F3B is #E1C0C4. Grayscale: #343434. Windows color (decimal): -14794949 or 3882782. OLE color: 3882782.
HSL color Cylindrical-coordinate representation of color #1E3F3B: hue angle of 172.73º 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 #1E3F3B is Cyan = 0.52, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 30 | 63 | 59 | - |
| CMYK | 0.52 | 0 | 0.06 | 0.75 |
| HSL | 172.73º | 0.35% | 0.18% | - |
| HSV(B) | 172.73º | 0.52% | 0.25% | - |
| XYZ | 3.1 | 4.15 | 4.77 | - |
| YUV | 52.68 | 131.57 | 111.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 63 | 59 | 0.52 | 0 | 0.06 | 0.75 | 172.73 | 0.35 | 0.18 |
| Hex | 1E | 3F | 3B | 34 | 0 | 6 | 4B | AD | 23 | 12 |
| Octal | 36 | 77 | 73 | 64 | 0 | 6 | 113 | 255 | 43 | 22 |
| Binary | 11110 | 111111 | 111011 | 110100 | 0 | 110 | 1001011 | 10101101 | 100011 | 10010 |
Color Harmonies of #1E3F3B
Complementary color
Monochromatic Colors of #1E3F3B
Black with #1E3F3B
Text Example
Text Example
White with #1E3F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3F3B; }
p { color: rgb(30,63,59); }
H1.HeaderClassName
{
color: #1E3F3B;
}
.AnyTagClassName
{
color: #1E3F3B;
}
</style>
background-color css
<style>
a { background-color: #1E3F3B; }
a { background-color: rgb(30,63,59); }
div.DivClassName
{
background-color: #1E3F3B;
}
.BgClassName
{
background-color: #1E3F3B;
}
</style>
border-color css
<style>
span { border-color: #1E3F3B; }
span { border-color: rgb(30,63,59); }
td.TdClassName
{
border-color: #1E3F3B;
}
.TagClassName
{
border-color: #1E3F3B;
}
</style>