Shades of Teal #0A7C86
Tints of Teal #0A7C86
RGB
CMYK
RGB Variations
Color information
#0A7C86 (or 0x0A7C86) is known color: Teal. HEX triplet: 0A, 7C and 86. RGB value is (10,124,134). Sum of RGB (Red+Green+Blue) = 10+124+134=268 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.73% from 268); Green value is 124 (48.83% from 255 or 46.27% from 268); Blue value is 134 (52.73% from 255 or 50% from 268); Max value from RGB is 134 - color contains mainly: blue. Hex color #0A7C86 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A7C86 is #F58379. Grayscale: #5A5A5A. Windows color (decimal): -16089978 or 8813578. OLE color: 8813578.
HSL color Cylindrical-coordinate representation of color #0A7C86: hue angle of 184.84º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A7C86 is Cyan = 0.93, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 10 | 124 | 134 | - |
| CMYK | 0.93 | 0.07 | 0 | 0.47 |
| HSL | 184.84º | 0.86% | 0.28% | - |
| HSV(B) | 184.84º | 0.93% | 0.53% | - |
| XYZ | 11.64 | 16.2 | 25.07 | - |
| YUV | 91.05 | 152.23 | 70.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 124 | 134 | 0.93 | 0.07 | 0 | 0.47 | 184.84 | 0.86 | 0.28 |
| Hex | A | 7C | 86 | 5D | 7 | 0 | 2F | B9 | 56 | 1C |
| Octal | 12 | 174 | 206 | 135 | 7 | 0 | 57 | 271 | 126 | 34 |
| Binary | 1010 | 1111100 | 10000110 | 1011101 | 111 | 0 | 101111 | 10111001 | 1010110 | 11100 |
Color Harmonies of #0A7C86
Complementary color
Monochromatic Colors of #0A7C86
Black with #0A7C86
Text Example
Text Example
White with #0A7C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A7C86; }
p { color: rgb(10,124,134); }
H1.HeaderClassName
{
color: #0A7C86;
}
.AnyTagClassName
{
color: #0A7C86;
}
</style>
background-color css
<style>
a { background-color: #0A7C86; }
a { background-color: rgb(10,124,134); }
div.DivClassName
{
background-color: #0A7C86;
}
.BgClassName
{
background-color: #0A7C86;
}
</style>
border-color css
<style>
span { border-color: #0A7C86; }
span { border-color: rgb(10,124,134); }
td.TdClassName
{
border-color: #0A7C86;
}
.TagClassName
{
border-color: #0A7C86;
}
</style>