Shades of Deep Teal #0E3D31
Tints of Deep Teal #0E3D31
RGB
CMYK
RGB Variations
Color information
#0E3D31 (or 0x0E3D31) is known color: Deep Teal. HEX triplet: 0E, 3D and 31. RGB value is (14,61,49). Sum of RGB (Red+Green+Blue) = 14+61+49=124 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.29% from 124); Green value is 61 (24.22% from 255 or 49.19% from 124); Blue value is 49 (19.53% from 255 or 39.52% from 124); Max value from RGB is 61 - color contains mainly: green. Hex color #0E3D31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E3D31 is #F1C2CE. Grayscale: #2D2D2D. Windows color (decimal): -15844047 or 3226894. OLE color: 3226894.
HSL color Cylindrical-coordinate representation of color #0E3D31: hue angle of 164.68º 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 #0E3D31 is Cyan = 0.77, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 14 | 61 | 49 | - |
| CMYK | 0.77 | 0 | 0.20 | 0.76 |
| HSL | 164.68º | 0.63% | 0.15% | - |
| HSV(B) | 164.68º | 0.77% | 0.24% | - |
| XYZ | 2.4 | 3.65 | 3.48 | - |
| YUV | 45.58 | 129.93 | 105.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 61 | 49 | 0.77 | 0 | 0.20 | 0.76 | 164.68 | 0.63 | 0.15 |
| Hex | E | 3D | 31 | 4D | 0 | 14 | 4C | A5 | 3F | F |
| Octal | 16 | 75 | 61 | 115 | 0 | 24 | 114 | 245 | 77 | 17 |
| Binary | 1110 | 111101 | 110001 | 1001101 | 0 | 10100 | 1001100 | 10100101 | 111111 | 1111 |
Color Harmonies of #0E3D31
Complementary color
Monochromatic Colors of #0E3D31
Black with #0E3D31
Text Example
Text Example
White with #0E3D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3D31; }
p { color: rgb(14,61,49); }
H1.HeaderClassName
{
color: #0E3D31;
}
.AnyTagClassName
{
color: #0E3D31;
}
</style>
background-color css
<style>
a { background-color: #0E3D31; }
a { background-color: rgb(14,61,49); }
div.DivClassName
{
background-color: #0E3D31;
}
.BgClassName
{
background-color: #0E3D31;
}
</style>
border-color css
<style>
span { border-color: #0E3D31; }
span { border-color: rgb(14,61,49); }
td.TdClassName
{
border-color: #0E3D31;
}
.TagClassName
{
border-color: #0E3D31;
}
</style>