Shades of Teal #0A7080
Tints of Teal #0A7080
RGB
CMYK
RGB Variations
Color information
#0A7080 (or 0x0A7080) is known color: Teal. HEX triplet: 0A, 70 and 80. RGB value is (10,112,128). Sum of RGB (Red+Green+Blue) = 10+112+128=250 (33% of max value = 765). Red value is 10 (4.30% from 255 or 4% from 250); Green value is 112 (44.14% from 255 or 44.8% from 250); Blue value is 128 (50.39% from 255 or 51.2% from 250); Max value from RGB is 128 - color contains mainly: blue. Hex color #0A7080 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A7080 is #F58F7F. Grayscale: #535353. Windows color (decimal): -16093056 or 8417290. OLE color: 8417290.
HSL color Cylindrical-coordinate representation of color #0A7080: hue angle of 188.14º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A7080 is Cyan = 0.92, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 10 | 112 | 128 | - |
| CMYK | 0.92 | 0.12 | 0 | 0.50 |
| HSL | 188.14º | 0.86% | 0.27% | - |
| HSV(B) | 188.14º | 0.92% | 0.5% | - |
| XYZ | 9.82 | 13.21 | 22.45 | - |
| YUV | 83.33 | 153.21 | 75.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 112 | 128 | 0.92 | 0.12 | 0 | 0.50 | 188.14 | 0.86 | 0.27 |
| Hex | A | 70 | 80 | 5C | C | 0 | 32 | BC | 56 | 1B |
| Octal | 12 | 160 | 200 | 134 | 14 | 0 | 62 | 274 | 126 | 33 |
| Binary | 1010 | 1110000 | 10000000 | 1011100 | 1100 | 0 | 110010 | 10111100 | 1010110 | 11011 |
Color Harmonies of #0A7080
Complementary color
Monochromatic Colors of #0A7080
Black with #0A7080
Text Example
Text Example
White with #0A7080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A7080; }
p { color: rgb(10,112,128); }
H1.HeaderClassName
{
color: #0A7080;
}
.AnyTagClassName
{
color: #0A7080;
}
</style>
background-color css
<style>
a { background-color: #0A7080; }
a { background-color: rgb(10,112,128); }
div.DivClassName
{
background-color: #0A7080;
}
.BgClassName
{
background-color: #0A7080;
}
</style>
border-color css
<style>
span { border-color: #0A7080; }
span { border-color: rgb(10,112,128); }
td.TdClassName
{
border-color: #0A7080;
}
.TagClassName
{
border-color: #0A7080;
}
</style>