Shades of Deep Teal #0E5644
Tints of Deep Teal #0E5644
RGB
CMYK
RGB Variations
Color information
#0E5644 (or 0x0E5644) is known color: Deep Teal. HEX triplet: 0E, 56 and 44. RGB value is (14,86,68). Sum of RGB (Red+Green+Blue) = 14+86+68=168 (22% of max value = 765). Red value is 14 (5.86% from 255 or 8.33% from 168); Green value is 86 (33.98% from 255 or 51.19% from 168); Blue value is 68 (26.95% from 255 or 40.48% from 168); Max value from RGB is 86 - color contains mainly: green. Hex color #0E5644 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E5644 is #F1A9BB. Grayscale: #3E3E3E. Windows color (decimal): -15837628 or 4478478. OLE color: 4478478.
HSL color Cylindrical-coordinate representation of color #0E5644: hue angle of 165º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0E5644 is Cyan = 0.84, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 14 | 86 | 68 | - |
| CMYK | 0.84 | 0 | 0.21 | 0.66 |
| HSL | 165º | 0.72% | 0.2% | - |
| HSV(B) | 165º | 0.84% | 0.34% | - |
| XYZ | 4.55 | 7.17 | 6.61 | - |
| YUV | 62.42 | 131.15 | 93.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 86 | 68 | 0.84 | 0 | 0.21 | 0.66 | 165 | 0.72 | 0.2 |
| Hex | E | 56 | 44 | 54 | 0 | 15 | 42 | A5 | 48 | 14 |
| Octal | 16 | 126 | 104 | 124 | 0 | 25 | 102 | 245 | 110 | 24 |
| Binary | 1110 | 1010110 | 1000100 | 1010100 | 0 | 10101 | 1000010 | 10100101 | 1001000 | 10100 |
Color Harmonies of #0E5644
Complementary color
Monochromatic Colors of #0E5644
Black with #0E5644
Text Example
Text Example
White with #0E5644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E5644; }
p { color: rgb(14,86,68); }
H1.HeaderClassName
{
color: #0E5644;
}
.AnyTagClassName
{
color: #0E5644;
}
</style>
background-color css
<style>
a { background-color: #0E5644; }
a { background-color: rgb(14,86,68); }
div.DivClassName
{
background-color: #0E5644;
}
.BgClassName
{
background-color: #0E5644;
}
</style>
border-color css
<style>
span { border-color: #0E5644; }
span { border-color: rgb(14,86,68); }
td.TdClassName
{
border-color: #0E5644;
}
.TagClassName
{
border-color: #0E5644;
}
</style>