Shades of Deep Teal #0E3E32
Tints of Deep Teal #0E3E32
RGB
CMYK
RGB Variations
Color information
#0E3E32 (or 0x0E3E32) is known color: Deep Teal. HEX triplet: 0E, 3E and 32. RGB value is (14,62,50). Sum of RGB (Red+Green+Blue) = 14+62+50=126 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.11% from 126); Green value is 62 (24.61% from 255 or 49.21% from 126); Blue value is 50 (19.92% from 255 or 39.68% from 126); Max value from RGB is 62 - color contains mainly: green. Hex color #0E3E32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E3E32 is #F1C1CD. Grayscale: #2E2E2E. Windows color (decimal): -15843790 or 3292686. OLE color: 3292686.
HSL color Cylindrical-coordinate representation of color #0E3E32: hue angle of 165º degrees, saturation: 0.63, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0E3E32 is Cyan = 0.77, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 14 | 62 | 50 | - |
| CMYK | 0.77 | 0 | 0.19 | 0.76 |
| HSL | 165º | 0.63% | 0.15% | - |
| HSV(B) | 165º | 0.77% | 0.24% | - |
| XYZ | 2.48 | 3.77 | 3.61 | - |
| YUV | 46.28 | 130.1 | 104.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 62 | 50 | 0.77 | 0 | 0.19 | 0.76 | 165 | 0.63 | 0.15 |
| Hex | E | 3E | 32 | 4D | 0 | 13 | 4C | A5 | 3F | F |
| Octal | 16 | 76 | 62 | 115 | 0 | 23 | 114 | 245 | 77 | 17 |
| Binary | 1110 | 111110 | 110010 | 1001101 | 0 | 10011 | 1001100 | 10100101 | 111111 | 1111 |
Color Harmonies of #0E3E32
Complementary color
Monochromatic Colors of #0E3E32
Black with #0E3E32
Text Example
Text Example
White with #0E3E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3E32; }
p { color: rgb(14,62,50); }
H1.HeaderClassName
{
color: #0E3E32;
}
.AnyTagClassName
{
color: #0E3E32;
}
</style>
background-color css
<style>
a { background-color: #0E3E32; }
a { background-color: rgb(14,62,50); }
div.DivClassName
{
background-color: #0E3E32;
}
.BgClassName
{
background-color: #0E3E32;
}
</style>
border-color css
<style>
span { border-color: #0E3E32; }
span { border-color: rgb(14,62,50); }
td.TdClassName
{
border-color: #0E3E32;
}
.TagClassName
{
border-color: #0E3E32;
}
</style>