Shades of Teal #0A7A8E
Tints of Teal #0A7A8E
RGB
CMYK
RGB Variations
Color information
#0A7A8E (or 0x0A7A8E) is known color: Teal. HEX triplet: 0A, 7A and 8E. RGB value is (10,122,142). Sum of RGB (Red+Green+Blue) = 10+122+142=274 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.65% from 274); Green value is 122 (48.05% from 255 or 44.53% from 274); Blue value is 142 (55.86% from 255 or 51.82% from 274); Max value from RGB is 142 - color contains mainly: blue. Hex color #0A7A8E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A7A8E is #F58571. Grayscale: #5A5A5A. Windows color (decimal): -16090482 or 9337354. OLE color: 9337354.
HSL color Cylindrical-coordinate representation of color #0A7A8E: hue angle of 189.09º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A7A8E is Cyan = 0.93, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 10 | 122 | 142 | - |
| CMYK | 0.93 | 0.14 | 0 | 0.44 |
| HSL | 189.09º | 0.87% | 0.3% | - |
| HSV(B) | 189.09º | 0.93% | 0.56% | - |
| XYZ | 11.97 | 15.94 | 28.04 | - |
| YUV | 90.79 | 156.89 | 70.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 122 | 142 | 0.93 | 0.14 | 0 | 0.44 | 189.09 | 0.87 | 0.3 |
| Hex | A | 7A | 8E | 5D | E | 0 | 2C | BD | 57 | 1E |
| Octal | 12 | 172 | 216 | 135 | 16 | 0 | 54 | 275 | 127 | 36 |
| Binary | 1010 | 1111010 | 10001110 | 1011101 | 1110 | 0 | 101100 | 10111101 | 1010111 | 11110 |
Color Harmonies of #0A7A8E
Complementary color
Monochromatic Colors of #0A7A8E
Black with #0A7A8E
Text Example
Text Example
White with #0A7A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A7A8E; }
p { color: rgb(10,122,142); }
H1.HeaderClassName
{
color: #0A7A8E;
}
.AnyTagClassName
{
color: #0A7A8E;
}
</style>
background-color css
<style>
a { background-color: #0A7A8E; }
a { background-color: rgb(10,122,142); }
div.DivClassName
{
background-color: #0A7A8E;
}
.BgClassName
{
background-color: #0A7A8E;
}
</style>
border-color css
<style>
span { border-color: #0A7A8E; }
span { border-color: rgb(10,122,142); }
td.TdClassName
{
border-color: #0A7A8E;
}
.TagClassName
{
border-color: #0A7A8E;
}
</style>