Shades of Deep Teal #0E3B33
Tints of Deep Teal #0E3B33
RGB
CMYK
RGB Variations
Color information
#0E3B33 (or 0x0E3B33) is known color: Deep Teal. HEX triplet: 0E, 3B and 33. RGB value is (14,59,51). Sum of RGB (Red+Green+Blue) = 14+59+51=124 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.29% from 124); Green value is 59 (23.44% from 255 or 47.58% from 124); Blue value is 51 (20.31% from 255 or 41.13% from 124); Max value from RGB is 59 - color contains mainly: green. Hex color #0E3B33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E3B33 is #F1C4CC. Grayscale: #2C2C2C. Windows color (decimal): -15844557 or 3357454. OLE color: 3357454.
HSL color Cylindrical-coordinate representation of color #0E3B33: hue angle of 169.33º degrees, saturation: 0.62, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0E3B33 is Cyan = 0.76, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 14 | 59 | 51 | - |
| CMYK | 0.76 | 0 | 0.14 | 0.77 |
| HSL | 169.33º | 0.62% | 0.14% | - |
| HSV(B) | 169.33º | 0.76% | 0.23% | - |
| XYZ | 2.34 | 3.46 | 3.68 | - |
| YUV | 44.63 | 131.59 | 106.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 59 | 51 | 0.76 | 0 | 0.14 | 0.77 | 169.33 | 0.62 | 0.14 |
| Hex | E | 3B | 33 | 4C | 0 | E | 4D | A9 | 3E | E |
| Octal | 16 | 73 | 63 | 114 | 0 | 16 | 115 | 251 | 76 | 16 |
| Binary | 1110 | 111011 | 110011 | 1001100 | 0 | 1110 | 1001101 | 10101001 | 111110 | 1110 |
Color Harmonies of #0E3B33
Complementary color
Monochromatic Colors of #0E3B33
Black with #0E3B33
Text Example
Text Example
White with #0E3B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3B33; }
p { color: rgb(14,59,51); }
H1.HeaderClassName
{
color: #0E3B33;
}
.AnyTagClassName
{
color: #0E3B33;
}
</style>
background-color css
<style>
a { background-color: #0E3B33; }
a { background-color: rgb(14,59,51); }
div.DivClassName
{
background-color: #0E3B33;
}
.BgClassName
{
background-color: #0E3B33;
}
</style>
border-color css
<style>
span { border-color: #0E3B33; }
span { border-color: rgb(14,59,51); }
td.TdClassName
{
border-color: #0E3B33;
}
.TagClassName
{
border-color: #0E3B33;
}
</style>