Shades of Deep Teal #0E3730
Tints of Deep Teal #0E3730
RGB
CMYK
RGB Variations
Color information
#0E3730 (or 0x0E3730) is known color: Deep Teal. HEX triplet: 0E, 37 and 30. RGB value is (14,55,48). Sum of RGB (Red+Green+Blue) = 14+55+48=117 (15% of max value = 765). Red value is 14 (5.86% from 255 or 11.97% from 117); Green value is 55 (21.88% from 255 or 47.01% from 117); Blue value is 48 (19.14% from 255 or 41.03% from 117); Max value from RGB is 55 - color contains mainly: green. Hex color #0E3730 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E3730 is #F1C8CF. Grayscale: #292929. Windows color (decimal): -15845584 or 3159822. OLE color: 3159822.
HSL color Cylindrical-coordinate representation of color #0E3730: hue angle of 169.76º 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 #0E3730 is Cyan = 0.75, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 14 | 55 | 48 | - |
| CMYK | 0.75 | 0 | 0.13 | 0.78 |
| HSL | 169.76º | 0.59% | 0.14% | - |
| HSV(B) | 169.76º | 0.75% | 0.22% | - |
| XYZ | 2.08 | 3.04 | 3.27 | - |
| YUV | 41.94 | 131.42 | 108.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 55 | 48 | 0.75 | 0 | 0.13 | 0.78 | 169.76 | 0.59 | 0.14 |
| Hex | E | 37 | 30 | 4B | 0 | D | 4E | AA | 3B | E |
| Octal | 16 | 67 | 60 | 113 | 0 | 15 | 116 | 252 | 73 | 16 |
| Binary | 1110 | 110111 | 110000 | 1001011 | 0 | 1101 | 1001110 | 10101010 | 111011 | 1110 |
Color Harmonies of #0E3730
Complementary color
Monochromatic Colors of #0E3730
Black with #0E3730
Text Example
Text Example
White with #0E3730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3730; }
p { color: rgb(14,55,48); }
H1.HeaderClassName
{
color: #0E3730;
}
.AnyTagClassName
{
color: #0E3730;
}
</style>
background-color css
<style>
a { background-color: #0E3730; }
a { background-color: rgb(14,55,48); }
div.DivClassName
{
background-color: #0E3730;
}
.BgClassName
{
background-color: #0E3730;
}
</style>
border-color css
<style>
span { border-color: #0E3730; }
span { border-color: rgb(14,55,48); }
td.TdClassName
{
border-color: #0E3730;
}
.TagClassName
{
border-color: #0E3730;
}
</style>