Shades of Teal #0E7881
Tints of Teal #0E7881
RGB
CMYK
RGB Variations
Color information
#0E7881 (or 0x0E7881) is known color: Teal. HEX triplet: 0E, 78 and 81. RGB value is (14,120,129). Sum of RGB (Red+Green+Blue) = 14+120+129=263 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.32% from 263); Green value is 120 (47.27% from 255 or 45.63% from 263); Blue value is 129 (50.78% from 255 or 49.05% from 263); Max value from RGB is 129 - color contains mainly: blue. Hex color #0E7881 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E7881 is #F1877E. Grayscale: #595959. Windows color (decimal): -15828863 or 8484878. OLE color: 8484878.
HSL color Cylindrical-coordinate representation of color #0E7881: hue angle of 184.7º 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 #0E7881 is Cyan = 0.89, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 14 | 120 | 129 | - |
| CMYK | 0.89 | 0.07 | 0 | 0.49 |
| HSL | 184.7º | 0.8% | 0.28% | - |
| HSV(B) | 184.7º | 0.89% | 0.51% | - |
| XYZ | 10.86 | 15.11 | 23.11 | - |
| YUV | 89.33 | 150.38 | 74.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 120 | 129 | 0.89 | 0.07 | 0 | 0.49 | 184.7 | 0.8 | 0.28 |
| Hex | E | 78 | 81 | 59 | 7 | 0 | 31 | B9 | 50 | 1C |
| Octal | 16 | 170 | 201 | 131 | 7 | 0 | 61 | 271 | 120 | 34 |
| Binary | 1110 | 1111000 | 10000001 | 1011001 | 111 | 0 | 110001 | 10111001 | 1010000 | 11100 |
Color Harmonies of #0E7881
Complementary color
Monochromatic Colors of #0E7881
Black with #0E7881
Text Example
Text Example
White with #0E7881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E7881; }
p { color: rgb(14,120,129); }
H1.HeaderClassName
{
color: #0E7881;
}
.AnyTagClassName
{
color: #0E7881;
}
</style>
background-color css
<style>
a { background-color: #0E7881; }
a { background-color: rgb(14,120,129); }
div.DivClassName
{
background-color: #0E7881;
}
.BgClassName
{
background-color: #0E7881;
}
</style>
border-color css
<style>
span { border-color: #0E7881; }
span { border-color: rgb(14,120,129); }
td.TdClassName
{
border-color: #0E7881;
}
.TagClassName
{
border-color: #0E7881;
}
</style>