Shades of Deep Teal #0E4F3F
Tints of Deep Teal #0E4F3F
RGB
CMYK
RGB Variations
Color information
#0E4F3F (or 0x0E4F3F) is known color: Deep Teal. HEX triplet: 0E, 4F and 3F. RGB value is (14,79,63). Sum of RGB (Red+Green+Blue) = 14+79+63=156 (20% of max value = 765). Red value is 14 (5.86% from 255 or 8.97% from 156); Green value is 79 (31.25% from 255 or 50.64% from 156); Blue value is 63 (25% from 255 or 40.38% from 156); Max value from RGB is 79 - color contains mainly: green. Hex color #0E4F3F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E4F3F is #F1B0C0. Grayscale: #393939. Windows color (decimal): -15839425 or 4149006. OLE color: 4149006.
HSL color Cylindrical-coordinate representation of color #0E4F3F: hue angle of 165.23º 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 #0E4F3F is Cyan = 0.82, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 14 | 79 | 63 | - |
| CMYK | 0.82 | 0 | 0.20 | 0.69 |
| HSL | 165.23º | 0.7% | 0.18% | - |
| HSV(B) | 165.23º | 0.82% | 0.31% | - |
| XYZ | 3.87 | 6.04 | 5.67 | - |
| YUV | 57.74 | 130.97 | 96.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 79 | 63 | 0.82 | 0 | 0.20 | 0.69 | 165.23 | 0.7 | 0.18 |
| Hex | E | 4F | 3F | 52 | 0 | 14 | 45 | A5 | 46 | 12 |
| Octal | 16 | 117 | 77 | 122 | 0 | 24 | 105 | 245 | 106 | 22 |
| Binary | 1110 | 1001111 | 111111 | 1010010 | 0 | 10100 | 1000101 | 10100101 | 1000110 | 10010 |
Color Harmonies of #0E4F3F
Complementary color
Monochromatic Colors of #0E4F3F
Black with #0E4F3F
Text Example
Text Example
White with #0E4F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E4F3F; }
p { color: rgb(14,79,63); }
H1.HeaderClassName
{
color: #0E4F3F;
}
.AnyTagClassName
{
color: #0E4F3F;
}
</style>
background-color css
<style>
a { background-color: #0E4F3F; }
a { background-color: rgb(14,79,63); }
div.DivClassName
{
background-color: #0E4F3F;
}
.BgClassName
{
background-color: #0E4F3F;
}
</style>
border-color css
<style>
span { border-color: #0E4F3F; }
span { border-color: rgb(14,79,63); }
td.TdClassName
{
border-color: #0E4F3F;
}
.TagClassName
{
border-color: #0E4F3F;
}
</style>