Shades of Teal #0E7F81
Tints of Teal #0E7F81
RGB
CMYK
RGB Variations
Color information
#0E7F81 (or 0x0E7F81) is known color: Teal. HEX triplet: 0E, 7F and 81. RGB value is (14,127,129). Sum of RGB (Red+Green+Blue) = 14+127+129=270 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.19% from 270); Green value is 127 (50% from 255 or 47.04% from 270); Blue value is 129 (50.78% from 255 or 47.78% from 270); Max value from RGB is 129 - color contains mainly: blue. Hex color #0E7F81 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E7F81 is #F1807E. Grayscale: #5D5D5D. Windows color (decimal): -15827071 or 8486670. OLE color: 8486670.
HSL color Cylindrical-coordinate representation of color #0E7F81: hue angle of 181.04º degrees, saturation: 0.8, 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 #0E7F81 is Cyan = 0.89, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 14 | 127 | 129 | - |
| CMYK | 0.89 | 0.02 | 0 | 0.49 |
| HSL | 181.04º | 0.8% | 0.28% | - |
| HSV(B) | 181.04º | 0.89% | 0.51% | - |
| XYZ | 11.73 | 16.86 | 23.4 | - |
| YUV | 93.44 | 148.06 | 71.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 127 | 129 | 0.89 | 0.02 | 0 | 0.49 | 181.04 | 0.8 | 0.28 |
| Hex | E | 7F | 81 | 59 | 2 | 0 | 31 | B5 | 50 | 1C |
| Octal | 16 | 177 | 201 | 131 | 2 | 0 | 61 | 265 | 120 | 34 |
| Binary | 1110 | 1111111 | 10000001 | 1011001 | 10 | 0 | 110001 | 10110101 | 1010000 | 11100 |
Color Harmonies of #0E7F81
Complementary color
Monochromatic Colors of #0E7F81
Black with #0E7F81
Text Example
Text Example
White with #0E7F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E7F81; }
p { color: rgb(14,127,129); }
H1.HeaderClassName
{
color: #0E7F81;
}
.AnyTagClassName
{
color: #0E7F81;
}
</style>
background-color css
<style>
a { background-color: #0E7F81; }
a { background-color: rgb(14,127,129); }
div.DivClassName
{
background-color: #0E7F81;
}
.BgClassName
{
background-color: #0E7F81;
}
</style>
border-color css
<style>
span { border-color: #0E7F81; }
span { border-color: rgb(14,127,129); }
td.TdClassName
{
border-color: #0E7F81;
}
.TagClassName
{
border-color: #0E7F81;
}
</style>