Shades of Deep Teal #0E4C40
Tints of Deep Teal #0E4C40
RGB
CMYK
RGB Variations
Color information
#0E4C40 (or 0x0E4C40) is known color: Deep Teal. HEX triplet: 0E, 4C and 40. RGB value is (14,76,64). Sum of RGB (Red+Green+Blue) = 14+76+64=154 (20% of max value = 765). Red value is 14 (5.86% from 255 or 9.09% from 154); Green value is 76 (30.08% from 255 or 49.35% from 154); Blue value is 64 (25.39% from 255 or 41.56% from 154); Max value from RGB is 76 - color contains mainly: green. Hex color #0E4C40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E4C40 is #F1B3BF. Grayscale: #383838. Windows color (decimal): -15840192 or 4213774. OLE color: 4213774.
HSL color Cylindrical-coordinate representation of color #0E4C40: hue angle of 168.39º degrees, saturation: 0.69, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0E4C40 is Cyan = 0.82, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 14 | 76 | 64 | - |
| CMYK | 0.82 | 0 | 0.16 | 0.70 |
| HSL | 168.39º | 0.69% | 0.18% | - |
| HSV(B) | 168.39º | 0.82% | 0.3% | - |
| XYZ | 3.69 | 5.63 | 5.74 | - |
| YUV | 56.09 | 132.46 | 97.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 76 | 64 | 0.82 | 0 | 0.16 | 0.70 | 168.39 | 0.69 | 0.18 |
| Hex | E | 4C | 40 | 52 | 0 | 10 | 46 | A8 | 45 | 12 |
| Octal | 16 | 114 | 100 | 122 | 0 | 20 | 106 | 250 | 105 | 22 |
| Binary | 1110 | 1001100 | 1000000 | 1010010 | 0 | 10000 | 1000110 | 10101000 | 1000101 | 10010 |
Color Harmonies of #0E4C40
Complementary color
Monochromatic Colors of #0E4C40
Black with #0E4C40
Text Example
Text Example
White with #0E4C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E4C40; }
p { color: rgb(14,76,64); }
H1.HeaderClassName
{
color: #0E4C40;
}
.AnyTagClassName
{
color: #0E4C40;
}
</style>
background-color css
<style>
a { background-color: #0E4C40; }
a { background-color: rgb(14,76,64); }
div.DivClassName
{
background-color: #0E4C40;
}
.BgClassName
{
background-color: #0E4C40;
}
</style>
border-color css
<style>
span { border-color: #0E4C40; }
span { border-color: rgb(14,76,64); }
td.TdClassName
{
border-color: #0E4C40;
}
.TagClassName
{
border-color: #0E4C40;
}
</style>