Shades of Teal #0E837F
Tints of Teal #0E837F
RGB
CMYK
RGB Variations
Color information
#0E837F (or 0x0E837F) is known color: Teal. HEX triplet: 0E, 83 and 7F. RGB value is (14,131,127). Sum of RGB (Red+Green+Blue) = 14+131+127=272 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.15% from 272); Green value is 131 (51.56% from 255 or 48.16% from 272); Blue value is 127 (50% from 255 or 46.69% from 272); Max value from RGB is 131 - color contains mainly: green. Hex color #0E837F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E837F is #F17C80. Grayscale: #5F5F5F. Windows color (decimal): -15826049 or 8356622. OLE color: 8356622.
HSL color Cylindrical-coordinate representation of color #0E837F: hue angle of 177.95º degrees, saturation: 0.81, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E837F is Cyan = 0.89, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 14 | 131 | 127 | - |
| CMYK | 0.89 | 0 | 0.03 | 0.49 |
| HSL | 177.95º | 0.81% | 0.28% | - |
| HSV(B) | 177.95º | 0.89% | 0.51% | - |
| XYZ | 12.13 | 17.86 | 22.89 | - |
| YUV | 95.56 | 145.74 | 69.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 131 | 127 | 0.89 | 0 | 0.03 | 0.49 | 177.95 | 0.81 | 0.28 |
| Hex | E | 83 | 7F | 59 | 0 | 3 | 31 | B2 | 51 | 1C |
| Octal | 16 | 203 | 177 | 131 | 0 | 3 | 61 | 262 | 121 | 34 |
| Binary | 1110 | 10000011 | 1111111 | 1011001 | 0 | 11 | 110001 | 10110010 | 1010001 | 11100 |
Color Harmonies of #0E837F
Complementary color
Monochromatic Colors of #0E837F
Black with #0E837F
Text Example
Text Example
White with #0E837F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E837F; }
p { color: rgb(14,131,127); }
H1.HeaderClassName
{
color: #0E837F;
}
.AnyTagClassName
{
color: #0E837F;
}
</style>
background-color css
<style>
a { background-color: #0E837F; }
a { background-color: rgb(14,131,127); }
div.DivClassName
{
background-color: #0E837F;
}
.BgClassName
{
background-color: #0E837F;
}
</style>
border-color css
<style>
span { border-color: #0E837F; }
span { border-color: rgb(14,131,127); }
td.TdClassName
{
border-color: #0E837F;
}
.TagClassName
{
border-color: #0E837F;
}
</style>