Shades of Deep Teal #0E3834
Tints of Deep Teal #0E3834
RGB
CMYK
RGB Variations
Color information
#0E3834 (or 0x0E3834) is known color: Deep Teal. HEX triplet: 0E, 38 and 34. RGB value is (14,56,52). Sum of RGB (Red+Green+Blue) = 14+56+52=122 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.48% from 122); Green value is 56 (22.27% from 255 or 45.90% from 122); Blue value is 52 (20.70% from 255 or 42.62% from 122); Max value from RGB is 56 - color contains mainly: green. Hex color #0E3834 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E3834 is #F1C7CB. Grayscale: #2A2A2A. Windows color (decimal): -15845324 or 3422222. OLE color: 3422222.
HSL color Cylindrical-coordinate representation of color #0E3834: hue angle of 174.29º degrees, saturation: 0.6, 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 #0E3834 is Cyan = 0.75, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 14 | 56 | 52 | - |
| CMYK | 0.75 | 0 | 0.07 | 0.78 |
| HSL | 174.29º | 0.6% | 0.14% | - |
| HSV(B) | 174.29º | 0.75% | 0.22% | - |
| XYZ | 2.22 | 3.17 | 3.74 | - |
| YUV | 42.99 | 133.09 | 107.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 56 | 52 | 0.75 | 0 | 0.07 | 0.78 | 174.29 | 0.6 | 0.14 |
| Hex | E | 38 | 34 | 4B | 0 | 7 | 4E | AE | 3C | E |
| Octal | 16 | 70 | 64 | 113 | 0 | 7 | 116 | 256 | 74 | 16 |
| Binary | 1110 | 111000 | 110100 | 1001011 | 0 | 111 | 1001110 | 10101110 | 111100 | 1110 |
Color Harmonies of #0E3834
Complementary color
Monochromatic Colors of #0E3834
Black with #0E3834
Text Example
Text Example
White with #0E3834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3834; }
p { color: rgb(14,56,52); }
H1.HeaderClassName
{
color: #0E3834;
}
.AnyTagClassName
{
color: #0E3834;
}
</style>
background-color css
<style>
a { background-color: #0E3834; }
a { background-color: rgb(14,56,52); }
div.DivClassName
{
background-color: #0E3834;
}
.BgClassName
{
background-color: #0E3834;
}
</style>
border-color css
<style>
span { border-color: #0E3834; }
span { border-color: rgb(14,56,52); }
td.TdClassName
{
border-color: #0E3834;
}
.TagClassName
{
border-color: #0E3834;
}
</style>