Shades of Deep Teal #0E463E
Tints of Deep Teal #0E463E
RGB
CMYK
RGB Variations
Color information
#0E463E (or 0x0E463E) is known color: Deep Teal. HEX triplet: 0E, 46 and 3E. RGB value is (14,70,62). Sum of RGB (Red+Green+Blue) = 14+70+62=146 (19% of max value = 765). Red value is 14 (5.86% from 255 or 9.59% from 146); Green value is 70 (27.73% from 255 or 47.95% from 146); Blue value is 62 (24.61% from 255 or 42.47% from 146); Max value from RGB is 70 - color contains mainly: green. Hex color #0E463E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E463E is #F1B9C1. Grayscale: #343434. Windows color (decimal): -15841730 or 4081166. OLE color: 4081166.
HSL color Cylindrical-coordinate representation of color #0E463E: hue angle of 171.43º degrees, saturation: 0.67, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0E463E is Cyan = 0.80, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 14 | 70 | 62 | - |
| CMYK | 0.80 | 0 | 0.11 | 0.73 |
| HSL | 171.43º | 0.67% | 0.16% | - |
| HSV(B) | 171.43º | 0.8% | 0.27% | - |
| XYZ | 3.24 | 4.82 | 5.32 | - |
| YUV | 52.34 | 133.45 | 100.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 70 | 62 | 0.80 | 0 | 0.11 | 0.73 | 171.43 | 0.67 | 0.16 |
| Hex | E | 46 | 3E | 50 | 0 | B | 49 | AB | 43 | 10 |
| Octal | 16 | 106 | 76 | 120 | 0 | 13 | 111 | 253 | 103 | 20 |
| Binary | 1110 | 1000110 | 111110 | 1010000 | 0 | 1011 | 1001001 | 10101011 | 1000011 | 10000 |
Color Harmonies of #0E463E
Complementary color
Monochromatic Colors of #0E463E
Black with #0E463E
Text Example
Text Example
White with #0E463E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E463E; }
p { color: rgb(14,70,62); }
H1.HeaderClassName
{
color: #0E463E;
}
.AnyTagClassName
{
color: #0E463E;
}
</style>
background-color css
<style>
a { background-color: #0E463E; }
a { background-color: rgb(14,70,62); }
div.DivClassName
{
background-color: #0E463E;
}
.BgClassName
{
background-color: #0E463E;
}
</style>
border-color css
<style>
span { border-color: #0E463E; }
span { border-color: rgb(14,70,62); }
td.TdClassName
{
border-color: #0E463E;
}
.TagClassName
{
border-color: #0E463E;
}
</style>