Shades of Deep Teal #0E3734
Tints of Deep Teal #0E3734
RGB
CMYK
RGB Variations
Color information
#0E3734 (or 0x0E3734) is known color: Deep Teal. HEX triplet: 0E, 37 and 34. RGB value is (14,55,52). Sum of RGB (Red+Green+Blue) = 14+55+52=121 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.57% from 121); Green value is 55 (21.88% from 255 or 45.45% from 121); Blue value is 52 (20.70% from 255 or 42.98% from 121); Max value from RGB is 55 - color contains mainly: green. Hex color #0E3734 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E3734 is #F1C8CB. Grayscale: #2A2A2A. Windows color (decimal): -15845580 or 3421966. OLE color: 3421966.
HSL color Cylindrical-coordinate representation of color #0E3734: hue angle of 175.61º degrees, saturation: 0.59, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0E3734 is Cyan = 0.75, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 14 | 55 | 52 | - |
| CMYK | 0.75 | 0 | 0.05 | 0.78 |
| HSL | 175.61º | 0.59% | 0.14% | - |
| HSV(B) | 175.61º | 0.75% | 0.22% | - |
| XYZ | 2.17 | 3.07 | 3.73 | - |
| YUV | 42.4 | 133.42 | 107.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 55 | 52 | 0.75 | 0 | 0.05 | 0.78 | 175.61 | 0.59 | 0.14 |
| Hex | E | 37 | 34 | 4B | 0 | 5 | 4E | B0 | 3B | E |
| Octal | 16 | 67 | 64 | 113 | 0 | 5 | 116 | 260 | 73 | 16 |
| Binary | 1110 | 110111 | 110100 | 1001011 | 0 | 101 | 1001110 | 10110000 | 111011 | 1110 |
Color Harmonies of #0E3734
Complementary color
Monochromatic Colors of #0E3734
Black with #0E3734
Text Example
Text Example
White with #0E3734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3734; }
p { color: rgb(14,55,52); }
H1.HeaderClassName
{
color: #0E3734;
}
.AnyTagClassName
{
color: #0E3734;
}
</style>
background-color css
<style>
a { background-color: #0E3734; }
a { background-color: rgb(14,55,52); }
div.DivClassName
{
background-color: #0E3734;
}
.BgClassName
{
background-color: #0E3734;
}
</style>
border-color css
<style>
span { border-color: #0E3734; }
span { border-color: rgb(14,55,52); }
td.TdClassName
{
border-color: #0E3734;
}
.TagClassName
{
border-color: #0E3734;
}
</style>