Shades of Deep Teal #0E473E
Tints of Deep Teal #0E473E
RGB
CMYK
RGB Variations
Color information
#0E473E (or 0x0E473E) is known color: Deep Teal. HEX triplet: 0E, 47 and 3E. RGB value is (14,71,62). Sum of RGB (Red+Green+Blue) = 14+71+62=147 (19% of max value = 765). Red value is 14 (5.86% from 255 or 9.52% from 147); Green value is 71 (28.12% from 255 or 48.30% from 147); Blue value is 62 (24.61% from 255 or 42.18% from 147); Max value from RGB is 71 - color contains mainly: green. Hex color #0E473E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E473E is #F1B8C1. Grayscale: #343434. Windows color (decimal): -15841474 or 4081422. OLE color: 4081422.
HSL color Cylindrical-coordinate representation of color #0E473E: hue angle of 170.53º degrees, saturation: 0.67, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0E473E is Cyan = 0.80, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 14 | 71 | 62 | - |
| CMYK | 0.80 | 0 | 0.13 | 0.72 |
| HSL | 170.53º | 0.67% | 0.17% | - |
| HSV(B) | 170.53º | 0.8% | 0.28% | - |
| XYZ | 3.3 | 4.95 | 5.34 | - |
| YUV | 52.93 | 133.12 | 100.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 71 | 62 | 0.80 | 0 | 0.13 | 0.72 | 170.53 | 0.67 | 0.17 |
| Hex | E | 47 | 3E | 50 | 0 | D | 48 | AB | 43 | 11 |
| Octal | 16 | 107 | 76 | 120 | 0 | 15 | 110 | 253 | 103 | 21 |
| Binary | 1110 | 1000111 | 111110 | 1010000 | 0 | 1101 | 1001000 | 10101011 | 1000011 | 10001 |
Color Harmonies of #0E473E
Complementary color
Monochromatic Colors of #0E473E
Black with #0E473E
Text Example
Text Example
White with #0E473E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E473E; }
p { color: rgb(14,71,62); }
H1.HeaderClassName
{
color: #0E473E;
}
.AnyTagClassName
{
color: #0E473E;
}
</style>
background-color css
<style>
a { background-color: #0E473E; }
a { background-color: rgb(14,71,62); }
div.DivClassName
{
background-color: #0E473E;
}
.BgClassName
{
background-color: #0E473E;
}
</style>
border-color css
<style>
span { border-color: #0E473E; }
span { border-color: rgb(14,71,62); }
td.TdClassName
{
border-color: #0E473E;
}
.TagClassName
{
border-color: #0E473E;
}
</style>