Shades of Teal #0E788E
Tints of Teal #0E788E
RGB
CMYK
RGB Variations
Color information
#0E788E (or 0x0E788E) is known color: Teal. HEX triplet: 0E, 78 and 8E. RGB value is (14,120,142). Sum of RGB (Red+Green+Blue) = 14+120+142=276 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.07% from 276); Green value is 120 (47.27% from 255 or 43.48% from 276); Blue value is 142 (55.86% from 255 or 51.45% from 276); Max value from RGB is 142 - color contains mainly: blue. Hex color #0E788E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E788E is #F18771. Grayscale: #5A5A5A. Windows color (decimal): -15828850 or 9336846. OLE color: 9336846.
HSL color Cylindrical-coordinate representation of color #0E788E: hue angle of 190.31º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E788E is Cyan = 0.90, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 14 | 120 | 142 | - |
| CMYK | 0.90 | 0.15 | 0 | 0.44 |
| HSL | 190.31º | 0.82% | 0.31% | - |
| HSV(B) | 190.31º | 0.9% | 0.56% | - |
| XYZ | 11.78 | 15.48 | 27.96 | - |
| YUV | 90.81 | 156.88 | 73.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 120 | 142 | 0.90 | 0.15 | 0 | 0.44 | 190.31 | 0.82 | 0.31 |
| Hex | E | 78 | 8E | 5A | F | 0 | 2C | BE | 52 | 1F |
| Octal | 16 | 170 | 216 | 132 | 17 | 0 | 54 | 276 | 122 | 37 |
| Binary | 1110 | 1111000 | 10001110 | 1011010 | 1111 | 0 | 101100 | 10111110 | 1010010 | 11111 |
Color Harmonies of #0E788E
Complementary color
Monochromatic Colors of #0E788E
Black with #0E788E
Text Example
Text Example
White with #0E788E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E788E; }
p { color: rgb(14,120,142); }
H1.HeaderClassName
{
color: #0E788E;
}
.AnyTagClassName
{
color: #0E788E;
}
</style>
background-color css
<style>
a { background-color: #0E788E; }
a { background-color: rgb(14,120,142); }
div.DivClassName
{
background-color: #0E788E;
}
.BgClassName
{
background-color: #0E788E;
}
</style>
border-color css
<style>
span { border-color: #0E788E; }
span { border-color: rgb(14,120,142); }
td.TdClassName
{
border-color: #0E788E;
}
.TagClassName
{
border-color: #0E788E;
}
</style>