Shades of Deep Teal #0E3732
Tints of Deep Teal #0E3732
RGB
CMYK
RGB Variations
Color information
#0E3732 (or 0x0E3732) is known color: Deep Teal. HEX triplet: 0E, 37 and 32. RGB value is (14,55,50). Sum of RGB (Red+Green+Blue) = 14+55+50=119 (15% of max value = 765). Red value is 14 (5.86% from 255 or 11.76% from 119); Green value is 55 (21.88% from 255 or 46.22% from 119); Blue value is 50 (19.92% from 255 or 42.02% from 119); Max value from RGB is 55 - color contains mainly: green. Hex color #0E3732 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E3732 is #F1C8CD. Grayscale: #2A2A2A. Windows color (decimal): -15845582 or 3290894. OLE color: 3290894.
HSL color Cylindrical-coordinate representation of color #0E3732: hue angle of 172.68º degrees, saturation: 0.59, 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 #0E3732 is Cyan = 0.75, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 14 | 55 | 50 | - |
| CMYK | 0.75 | 0 | 0.09 | 0.78 |
| HSL | 172.68º | 0.59% | 0.14% | - |
| HSV(B) | 172.68º | 0.75% | 0.22% | - |
| XYZ | 2.12 | 3.06 | 3.5 | - |
| YUV | 42.17 | 132.42 | 107.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 55 | 50 | 0.75 | 0 | 0.09 | 0.78 | 172.68 | 0.59 | 0.14 |
| Hex | E | 37 | 32 | 4B | 0 | 9 | 4E | AD | 3B | E |
| Octal | 16 | 67 | 62 | 113 | 0 | 11 | 116 | 255 | 73 | 16 |
| Binary | 1110 | 110111 | 110010 | 1001011 | 0 | 1001 | 1001110 | 10101101 | 111011 | 1110 |
Color Harmonies of #0E3732
Complementary color
Monochromatic Colors of #0E3732
Black with #0E3732
Text Example
Text Example
White with #0E3732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3732; }
p { color: rgb(14,55,50); }
H1.HeaderClassName
{
color: #0E3732;
}
.AnyTagClassName
{
color: #0E3732;
}
</style>
background-color css
<style>
a { background-color: #0E3732; }
a { background-color: rgb(14,55,50); }
div.DivClassName
{
background-color: #0E3732;
}
.BgClassName
{
background-color: #0E3732;
}
</style>
border-color css
<style>
span { border-color: #0E3732; }
span { border-color: rgb(14,55,50); }
td.TdClassName
{
border-color: #0E3732;
}
.TagClassName
{
border-color: #0E3732;
}
</style>