Shades of Deep Teal #0E503F
Tints of Deep Teal #0E503F
RGB
CMYK
RGB Variations
Color information
#0E503F (or 0x0E503F) is known color: Deep Teal. HEX triplet: 0E, 50 and 3F. RGB value is (14,80,63). Sum of RGB (Red+Green+Blue) = 14+80+63=157 (20% of max value = 765). Red value is 14 (5.86% from 255 or 8.92% from 157); Green value is 80 (31.64% from 255 or 50.96% from 157); Blue value is 63 (25% from 255 or 40.13% from 157); Max value from RGB is 80 - color contains mainly: green. Hex color #0E503F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E503F is #F1AFC0. Grayscale: #3A3A3A. Windows color (decimal): -15839169 or 4149262. OLE color: 4149262.
HSL color Cylindrical-coordinate representation of color #0E503F: hue angle of 164.55º 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 #0E503F is Cyan = 0.83, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 14 | 80 | 63 | - |
| CMYK | 0.83 | 0 | 0.21 | 0.69 |
| HSL | 164.55º | 0.7% | 0.18% | - |
| HSV(B) | 164.55º | 0.83% | 0.31% | - |
| XYZ | 3.95 | 6.19 | 5.69 | - |
| YUV | 58.33 | 130.63 | 96.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 80 | 63 | 0.83 | 0 | 0.21 | 0.69 | 164.55 | 0.7 | 0.18 |
| Hex | E | 50 | 3F | 53 | 0 | 15 | 45 | A5 | 46 | 12 |
| Octal | 16 | 120 | 77 | 123 | 0 | 25 | 105 | 245 | 106 | 22 |
| Binary | 1110 | 1010000 | 111111 | 1010011 | 0 | 10101 | 1000101 | 10100101 | 1000110 | 10010 |
Color Harmonies of #0E503F
Complementary color
Monochromatic Colors of #0E503F
Black with #0E503F
Text Example
Text Example
White with #0E503F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E503F; }
p { color: rgb(14,80,63); }
H1.HeaderClassName
{
color: #0E503F;
}
.AnyTagClassName
{
color: #0E503F;
}
</style>
background-color css
<style>
a { background-color: #0E503F; }
a { background-color: rgb(14,80,63); }
div.DivClassName
{
background-color: #0E503F;
}
.BgClassName
{
background-color: #0E503F;
}
</style>
border-color css
<style>
span { border-color: #0E503F; }
span { border-color: rgb(14,80,63); }
td.TdClassName
{
border-color: #0E503F;
}
.TagClassName
{
border-color: #0E503F;
}
</style>