Shades of Deep Teal #0E503E
Tints of Deep Teal #0E503E
RGB
CMYK
RGB Variations
Color information
#0E503E (or 0x0E503E) is known color: Deep Teal. HEX triplet: 0E, 50 and 3E. RGB value is (14,80,62). Sum of RGB (Red+Green+Blue) = 14+80+62=156 (20% of max value = 765). Red value is 14 (5.86% from 255 or 8.97% from 156); Green value is 80 (31.64% from 255 or 51.28% from 156); Blue value is 62 (24.61% from 255 or 39.74% from 156); Max value from RGB is 80 - color contains mainly: green. Hex color #0E503E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E503E is #F1AFC1. Grayscale: #3A3A3A. Windows color (decimal): -15839170 or 4083726. OLE color: 4083726.
HSL color Cylindrical-coordinate representation of color #0E503E: hue angle of 163.64º degrees, saturation: 0.7, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0E503E is Cyan = 0.83, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 14 | 80 | 62 | - |
| CMYK | 0.83 | 0 | 0.22 | 0.69 |
| HSL | 163.64º | 0.7% | 0.18% | - |
| HSV(B) | 163.64º | 0.83% | 0.31% | - |
| XYZ | 3.92 | 6.18 | 5.54 | - |
| YUV | 58.21 | 130.13 | 96.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 80 | 62 | 0.83 | 0 | 0.22 | 0.69 | 163.64 | 0.7 | 0.18 |
| Hex | E | 50 | 3E | 53 | 0 | 16 | 45 | A4 | 46 | 12 |
| Octal | 16 | 120 | 76 | 123 | 0 | 26 | 105 | 244 | 106 | 22 |
| Binary | 1110 | 1010000 | 111110 | 1010011 | 0 | 10110 | 1000101 | 10100100 | 1000110 | 10010 |
Color Harmonies of #0E503E
Complementary color
Monochromatic Colors of #0E503E
Black with #0E503E
Text Example
Text Example
White with #0E503E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E503E; }
p { color: rgb(14,80,62); }
H1.HeaderClassName
{
color: #0E503E;
}
.AnyTagClassName
{
color: #0E503E;
}
</style>
background-color css
<style>
a { background-color: #0E503E; }
a { background-color: rgb(14,80,62); }
div.DivClassName
{
background-color: #0E503E;
}
.BgClassName
{
background-color: #0E503E;
}
</style>
border-color css
<style>
span { border-color: #0E503E; }
span { border-color: rgb(14,80,62); }
td.TdClassName
{
border-color: #0E503E;
}
.TagClassName
{
border-color: #0E503E;
}
</style>