Shades of Teal #0E7883
Tints of Teal #0E7883
RGB
CMYK
RGB Variations
Color information
#0E7883 (or 0x0E7883) is known color: Teal. HEX triplet: 0E, 78 and 83. RGB value is (14,120,131). Sum of RGB (Red+Green+Blue) = 14+120+131=265 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.28% from 265); Green value is 120 (47.27% from 255 or 45.28% from 265); Blue value is 131 (51.56% from 255 or 49.43% from 265); Max value from RGB is 131 - color contains mainly: blue. Hex color #0E7883 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E7883 is #F1877C. Grayscale: #595959. Windows color (decimal): -15828861 or 8615950. OLE color: 8615950.
HSL color Cylindrical-coordinate representation of color #0E7883: hue angle of 185.64º 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 #0E7883 is Cyan = 0.89, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 14 | 120 | 131 | - |
| CMYK | 0.89 | 0.08 | 0 | 0.49 |
| HSL | 185.64º | 0.81% | 0.28% | - |
| HSV(B) | 185.64º | 0.89% | 0.51% | - |
| XYZ | 10.99 | 15.17 | 23.82 | - |
| YUV | 89.56 | 151.38 | 74.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 120 | 131 | 0.89 | 0.08 | 0 | 0.49 | 185.64 | 0.81 | 0.28 |
| Hex | E | 78 | 83 | 59 | 8 | 0 | 31 | BA | 51 | 1C |
| Octal | 16 | 170 | 203 | 131 | 10 | 0 | 61 | 272 | 121 | 34 |
| Binary | 1110 | 1111000 | 10000011 | 1011001 | 1000 | 0 | 110001 | 10111010 | 1010001 | 11100 |
Color Harmonies of #0E7883
Complementary color
Monochromatic Colors of #0E7883
Black with #0E7883
Text Example
Text Example
White with #0E7883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E7883; }
p { color: rgb(14,120,131); }
H1.HeaderClassName
{
color: #0E7883;
}
.AnyTagClassName
{
color: #0E7883;
}
</style>
background-color css
<style>
a { background-color: #0E7883; }
a { background-color: rgb(14,120,131); }
div.DivClassName
{
background-color: #0E7883;
}
.BgClassName
{
background-color: #0E7883;
}
</style>
border-color css
<style>
span { border-color: #0E7883; }
span { border-color: rgb(14,120,131); }
td.TdClassName
{
border-color: #0E7883;
}
.TagClassName
{
border-color: #0E7883;
}
</style>