Shades of Teal #0E7789
Tints of Teal #0E7789
RGB
CMYK
RGB Variations
Color information
#0E7789 (or 0x0E7789) is known color: Teal. HEX triplet: 0E, 77 and 89. RGB value is (14,119,137). Sum of RGB (Red+Green+Blue) = 14+119+137=270 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.19% from 270); Green value is 119 (46.88% from 255 or 44.07% from 270); Blue value is 137 (53.91% from 255 or 50.74% from 270); Max value from RGB is 137 - color contains mainly: blue. Hex color #0E7789 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E7789 is #F18876. Grayscale: #595959. Windows color (decimal): -15829111 or 9008910. OLE color: 9008910.
HSL color Cylindrical-coordinate representation of color #0E7789: hue angle of 188.78º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E7789 is Cyan = 0.90, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 14 | 119 | 137 | - |
| CMYK | 0.90 | 0.13 | 0 | 0.46 |
| HSL | 188.78º | 0.81% | 0.3% | - |
| HSV(B) | 188.78º | 0.9% | 0.54% | - |
| XYZ | 11.29 | 15.09 | 25.98 | - |
| YUV | 89.66 | 154.71 | 74.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 119 | 137 | 0.90 | 0.13 | 0 | 0.46 | 188.78 | 0.81 | 0.3 |
| Hex | E | 77 | 89 | 5A | D | 0 | 2E | BD | 51 | 1E |
| Octal | 16 | 167 | 211 | 132 | 15 | 0 | 56 | 275 | 121 | 36 |
| Binary | 1110 | 1110111 | 10001001 | 1011010 | 1101 | 0 | 101110 | 10111101 | 1010001 | 11110 |
Color Harmonies of #0E7789
Complementary color
Monochromatic Colors of #0E7789
Black with #0E7789
Text Example
Text Example
White with #0E7789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E7789; }
p { color: rgb(14,119,137); }
H1.HeaderClassName
{
color: #0E7789;
}
.AnyTagClassName
{
color: #0E7789;
}
</style>
background-color css
<style>
a { background-color: #0E7789; }
a { background-color: rgb(14,119,137); }
div.DivClassName
{
background-color: #0E7789;
}
.BgClassName
{
background-color: #0E7789;
}
</style>
border-color css
<style>
span { border-color: #0E7789; }
span { border-color: rgb(14,119,137); }
td.TdClassName
{
border-color: #0E7789;
}
.TagClassName
{
border-color: #0E7789;
}
</style>