Shades of Teal #0E768B
Tints of Teal #0E768B
RGB
CMYK
RGB Variations
Color information
#0E768B (or 0x0E768B) is known color: Teal. HEX triplet: 0E, 76 and 8B. RGB value is (14,118,139). Sum of RGB (Red+Green+Blue) = 14+118+139=271 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.17% from 271); Green value is 118 (46.48% from 255 or 43.54% from 271); Blue value is 139 (54.69% from 255 or 51.29% from 271); Max value from RGB is 139 - color contains mainly: blue. Hex color #0E768B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E768B is #F18974. Grayscale: #595959. Windows color (decimal): -15829365 or 9139726. OLE color: 9139726.
HSL color Cylindrical-coordinate representation of color #0E768B: hue angle of 190.08º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E768B is Cyan = 0.90, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 14 | 118 | 139 | - |
| CMYK | 0.90 | 0.15 | 0 | 0.45 |
| HSL | 190.08º | 0.82% | 0.3% | - |
| HSV(B) | 190.08º | 0.9% | 0.55% | - |
| XYZ | 11.32 | 14.91 | 26.71 | - |
| YUV | 89.3 | 156.04 | 74.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 118 | 139 | 0.90 | 0.15 | 0 | 0.45 | 190.08 | 0.82 | 0.3 |
| Hex | E | 76 | 8B | 5A | F | 0 | 2D | BE | 52 | 1E |
| Octal | 16 | 166 | 213 | 132 | 17 | 0 | 55 | 276 | 122 | 36 |
| Binary | 1110 | 1110110 | 10001011 | 1011010 | 1111 | 0 | 101101 | 10111110 | 1010010 | 11110 |
Color Harmonies of #0E768B
Complementary color
Monochromatic Colors of #0E768B
Black with #0E768B
Text Example
Text Example
White with #0E768B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E768B; }
p { color: rgb(14,118,139); }
H1.HeaderClassName
{
color: #0E768B;
}
.AnyTagClassName
{
color: #0E768B;
}
</style>
background-color css
<style>
a { background-color: #0E768B; }
a { background-color: rgb(14,118,139); }
div.DivClassName
{
background-color: #0E768B;
}
.BgClassName
{
background-color: #0E768B;
}
</style>
border-color css
<style>
span { border-color: #0E768B; }
span { border-color: rgb(14,118,139); }
td.TdClassName
{
border-color: #0E768B;
}
.TagClassName
{
border-color: #0E768B;
}
</style>