Shades of Teal #0E8A80
Tints of Teal #0E8A80
RGB
CMYK
RGB Variations
Color information
#0E8A80 (or 0x0E8A80) is known color: Teal. HEX triplet: 0E, 8A and 80. RGB value is (14,138,128). Sum of RGB (Red+Green+Blue) = 14+138+128=280 (37% of max value = 765). Red value is 14 (5.86% from 255 or 5% from 280); Green value is 138 (54.30% from 255 or 49.29% from 280); Blue value is 128 (50.39% from 255 or 45.71% from 280); Max value from RGB is 138 - color contains mainly: green. Hex color #0E8A80 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E8A80 is #F1757F. Grayscale: #636363. Windows color (decimal): -15824256 or 8423950. OLE color: 8423950.
HSL color Cylindrical-coordinate representation of color #0E8A80: hue angle of 175.16º degrees, saturation: 0.82, 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 #0E8A80 is Cyan = 0.90, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 14 | 138 | 128 | - |
| CMYK | 0.90 | 0 | 0.07 | 0.46 |
| HSL | 175.16º | 0.82% | 0.3% | - |
| HSV(B) | 175.16º | 0.9% | 0.54% | - |
| XYZ | 13.17 | 19.83 | 23.56 | - |
| YUV | 99.78 | 143.92 | 66.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 138 | 128 | 0.90 | 0 | 0.07 | 0.46 | 175.16 | 0.82 | 0.3 |
| Hex | E | 8A | 80 | 5A | 0 | 7 | 2E | AF | 52 | 1E |
| Octal | 16 | 212 | 200 | 132 | 0 | 7 | 56 | 257 | 122 | 36 |
| Binary | 1110 | 10001010 | 10000000 | 1011010 | 0 | 111 | 101110 | 10101111 | 1010010 | 11110 |
Color Harmonies of #0E8A80
Complementary color
Monochromatic Colors of #0E8A80
Black with #0E8A80
Text Example
Text Example
White with #0E8A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E8A80; }
p { color: rgb(14,138,128); }
H1.HeaderClassName
{
color: #0E8A80;
}
.AnyTagClassName
{
color: #0E8A80;
}
</style>
background-color css
<style>
a { background-color: #0E8A80; }
a { background-color: rgb(14,138,128); }
div.DivClassName
{
background-color: #0E8A80;
}
.BgClassName
{
background-color: #0E8A80;
}
</style>
border-color css
<style>
span { border-color: #0E8A80; }
span { border-color: rgb(14,138,128); }
td.TdClassName
{
border-color: #0E8A80;
}
.TagClassName
{
border-color: #0E8A80;
}
</style>