Shades of Teal #0E807F
Tints of Teal #0E807F
RGB
CMYK
RGB Variations
Color information
#0E807F (or 0x0E807F) is known color: Teal. HEX triplet: 0E, 80 and 7F. RGB value is (14,128,127). Sum of RGB (Red+Green+Blue) = 14+128+127=269 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.20% from 269); Green value is 128 (50.39% from 255 or 47.58% from 269); Blue value is 127 (50% from 255 or 47.21% from 269); Max value from RGB is 128 - color contains mainly: green. Hex color #0E807F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E807F is #F17F80. Grayscale: #5D5D5D. Windows color (decimal): -15826817 or 8355854. OLE color: 8355854.
HSL color Cylindrical-coordinate representation of color #0E807F: hue angle of 179.47º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E807F is Cyan = 0.89, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 14 | 128 | 127 | - |
| CMYK | 0.89 | 0 | 0.01 | 0.50 |
| HSL | 179.47º | 0.8% | 0.28% | - |
| HSV(B) | 179.47º | 0.89% | 0.5% | - |
| XYZ | 11.73 | 17.06 | 22.75 | - |
| YUV | 93.8 | 146.73 | 71.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 128 | 127 | 0.89 | 0 | 0.01 | 0.50 | 179.47 | 0.8 | 0.28 |
| Hex | E | 80 | 7F | 59 | 0 | 1 | 32 | B3 | 50 | 1C |
| Octal | 16 | 200 | 177 | 131 | 0 | 1 | 62 | 263 | 120 | 34 |
| Binary | 1110 | 10000000 | 1111111 | 1011001 | 0 | 1 | 110010 | 10110011 | 1010000 | 11100 |
Color Harmonies of #0E807F
Complementary color
Monochromatic Colors of #0E807F
Black with #0E807F
Text Example
Text Example
White with #0E807F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E807F; }
p { color: rgb(14,128,127); }
H1.HeaderClassName
{
color: #0E807F;
}
.AnyTagClassName
{
color: #0E807F;
}
</style>
background-color css
<style>
a { background-color: #0E807F; }
a { background-color: rgb(14,128,127); }
div.DivClassName
{
background-color: #0E807F;
}
.BgClassName
{
background-color: #0E807F;
}
</style>
border-color css
<style>
span { border-color: #0E807F; }
span { border-color: rgb(14,128,127); }
td.TdClassName
{
border-color: #0E807F;
}
.TagClassName
{
border-color: #0E807F;
}
</style>