Shades of Deep Teal #0E4F42
Tints of Deep Teal #0E4F42
RGB
CMYK
RGB Variations
Color information
#0E4F42 (or 0x0E4F42) is known color: Deep Teal. HEX triplet: 0E, 4F and 42. RGB value is (14,79,66). Sum of RGB (Red+Green+Blue) = 14+79+66=159 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.81% from 159); Green value is 79 (31.25% from 255 or 49.69% from 159); Blue value is 66 (26.17% from 255 or 41.51% from 159); Max value from RGB is 79 - color contains mainly: green. Hex color #0E4F42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E4F42 is #F1B0BD. Grayscale: #3A3A3A. Windows color (decimal): -15839422 or 4345614. OLE color: 4345614.
HSL color Cylindrical-coordinate representation of color #0E4F42: hue angle of 168º 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 #0E4F42 is Cyan = 0.82, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 14 | 79 | 66 | - |
| CMYK | 0.82 | 0 | 0.16 | 0.69 |
| HSL | 168º | 0.7% | 0.18% | - |
| HSV(B) | 168º | 0.82% | 0.31% | - |
| XYZ | 3.96 | 6.08 | 6.12 | - |
| YUV | 58.08 | 132.47 | 96.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 79 | 66 | 0.82 | 0 | 0.16 | 0.69 | 168 | 0.7 | 0.18 |
| Hex | E | 4F | 42 | 52 | 0 | 10 | 45 | A8 | 46 | 12 |
| Octal | 16 | 117 | 102 | 122 | 0 | 20 | 105 | 250 | 106 | 22 |
| Binary | 1110 | 1001111 | 1000010 | 1010010 | 0 | 10000 | 1000101 | 10101000 | 1000110 | 10010 |
Color Harmonies of #0E4F42
Complementary color
Monochromatic Colors of #0E4F42
Black with #0E4F42
Text Example
Text Example
White with #0E4F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E4F42; }
p { color: rgb(14,79,66); }
H1.HeaderClassName
{
color: #0E4F42;
}
.AnyTagClassName
{
color: #0E4F42;
}
</style>
background-color css
<style>
a { background-color: #0E4F42; }
a { background-color: rgb(14,79,66); }
div.DivClassName
{
background-color: #0E4F42;
}
.BgClassName
{
background-color: #0E4F42;
}
</style>
border-color css
<style>
span { border-color: #0E4F42; }
span { border-color: rgb(14,79,66); }
td.TdClassName
{
border-color: #0E4F42;
}
.TagClassName
{
border-color: #0E4F42;
}
</style>