Shades of Deep Teal #0E382F
Tints of Deep Teal #0E382F
RGB
CMYK
RGB Variations
Color information
#0E382F (or 0x0E382F) is known color: Deep Teal. HEX triplet: 0E, 38 and 2F. RGB value is (14,56,47). Sum of RGB (Red+Green+Blue) = 14+56+47=117 (15% of max value = 765). Red value is 14 (5.86% from 255 or 11.97% from 117); Green value is 56 (22.27% from 255 or 47.86% from 117); Blue value is 47 (18.75% from 255 or 40.17% from 117); Max value from RGB is 56 - color contains mainly: green. Hex color #0E382F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E382F is #F1C7D0. Grayscale: #2A2A2A. Windows color (decimal): -15845329 or 3094542. OLE color: 3094542.
HSL color Cylindrical-coordinate representation of color #0E382F: hue angle of 167.14º 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 #0E382F is Cyan = 0.75, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 14 | 56 | 47 | - |
| CMYK | 0.75 | 0 | 0.16 | 0.78 |
| HSL | 167.14º | 0.6% | 0.14% | - |
| HSV(B) | 167.14º | 0.75% | 0.22% | - |
| XYZ | 2.11 | 3.13 | 3.18 | - |
| YUV | 42.42 | 130.59 | 107.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 56 | 47 | 0.75 | 0 | 0.16 | 0.78 | 167.14 | 0.6 | 0.14 |
| Hex | E | 38 | 2F | 4B | 0 | 10 | 4E | A7 | 3C | E |
| Octal | 16 | 70 | 57 | 113 | 0 | 20 | 116 | 247 | 74 | 16 |
| Binary | 1110 | 111000 | 101111 | 1001011 | 0 | 10000 | 1001110 | 10100111 | 111100 | 1110 |
Color Harmonies of #0E382F
Complementary color
Monochromatic Colors of #0E382F
Black with #0E382F
Text Example
Text Example
White with #0E382F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E382F; }
p { color: rgb(14,56,47); }
H1.HeaderClassName
{
color: #0E382F;
}
.AnyTagClassName
{
color: #0E382F;
}
</style>
background-color css
<style>
a { background-color: #0E382F; }
a { background-color: rgb(14,56,47); }
div.DivClassName
{
background-color: #0E382F;
}
.BgClassName
{
background-color: #0E382F;
}
</style>
border-color css
<style>
span { border-color: #0E382F; }
span { border-color: rgb(14,56,47); }
td.TdClassName
{
border-color: #0E382F;
}
.TagClassName
{
border-color: #0E382F;
}
</style>