Shades of Teal #0E8B7E
Tints of Teal #0E8B7E
RGB
CMYK
RGB Variations
Color information
#0E8B7E (or 0x0E8B7E) is known color: Teal. HEX triplet: 0E, 8B and 7E. RGB value is (14,139,126). Sum of RGB (Red+Green+Blue) = 14+139+126=279 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.02% from 279); Green value is 139 (54.69% from 255 or 49.82% from 279); Blue value is 126 (49.61% from 255 or 45.16% from 279); Max value from RGB is 139 - color contains mainly: green. Hex color #0E8B7E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E8B7E is #F17481. Grayscale: #646464. Windows color (decimal): -15824002 or 8293134. OLE color: 8293134.
HSL color Cylindrical-coordinate representation of color #0E8B7E: hue angle of 173.76º 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 #0E8B7E is Cyan = 0.90, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 14 | 139 | 126 | - |
| CMYK | 0.90 | 0 | 0.09 | 0.45 |
| HSL | 173.76º | 0.82% | 0.3% | - |
| HSV(B) | 173.76º | 0.9% | 0.55% | - |
| XYZ | 13.18 | 20.06 | 22.92 | - |
| YUV | 100.14 | 142.59 | 66.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 139 | 126 | 0.90 | 0 | 0.09 | 0.45 | 173.76 | 0.82 | 0.3 |
| Hex | E | 8B | 7E | 5A | 0 | 9 | 2D | AE | 52 | 1E |
| Octal | 16 | 213 | 176 | 132 | 0 | 11 | 55 | 256 | 122 | 36 |
| Binary | 1110 | 10001011 | 1111110 | 1011010 | 0 | 1001 | 101101 | 10101110 | 1010010 | 11110 |
Color Harmonies of #0E8B7E
Complementary color
Monochromatic Colors of #0E8B7E
Black with #0E8B7E
Text Example
Text Example
White with #0E8B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E8B7E; }
p { color: rgb(14,139,126); }
H1.HeaderClassName
{
color: #0E8B7E;
}
.AnyTagClassName
{
color: #0E8B7E;
}
</style>
background-color css
<style>
a { background-color: #0E8B7E; }
a { background-color: rgb(14,139,126); }
div.DivClassName
{
background-color: #0E8B7E;
}
.BgClassName
{
background-color: #0E8B7E;
}
</style>
border-color css
<style>
span { border-color: #0E8B7E; }
span { border-color: rgb(14,139,126); }
td.TdClassName
{
border-color: #0E8B7E;
}
.TagClassName
{
border-color: #0E8B7E;
}
</style>