Shades of Teal #0A8B7E
Tints of Teal #0A8B7E
RGB
CMYK
RGB Variations
Color information
#0A8B7E (or 0x0A8B7E) is known color: Teal. HEX triplet: 0A, 8B and 7E. RGB value is (10,139,126). Sum of RGB (Red+Green+Blue) = 10+139+126=275 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.64% from 275); Green value is 139 (54.69% from 255 or 50.55% from 275); Blue value is 126 (49.61% from 255 or 45.82% from 275); Max value from RGB is 139 - color contains mainly: green. Hex color #0A8B7E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A8B7E is #F57481. Grayscale: #626262. Windows color (decimal): -16086146 or 8293130. OLE color: 8293130.
HSL color Cylindrical-coordinate representation of color #0A8B7E: hue angle of 173.95º degrees, saturation: 0.87, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A8B7E is Cyan = 0.93, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 10 | 139 | 126 | - |
| CMYK | 0.93 | 0 | 0.09 | 0.45 |
| HSL | 173.95º | 0.87% | 0.29% | - |
| HSV(B) | 173.95º | 0.93% | 0.55% | - |
| XYZ | 13.12 | 20.04 | 22.91 | - |
| YUV | 98.95 | 143.26 | 64.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 139 | 126 | 0.93 | 0 | 0.09 | 0.45 | 173.95 | 0.87 | 0.29 |
| Hex | A | 8B | 7E | 5D | 0 | 9 | 2D | AE | 57 | 1D |
| Octal | 12 | 213 | 176 | 135 | 0 | 11 | 55 | 256 | 127 | 35 |
| Binary | 1010 | 10001011 | 1111110 | 1011101 | 0 | 1001 | 101101 | 10101110 | 1010111 | 11101 |
Color Harmonies of #0A8B7E
Complementary color
Monochromatic Colors of #0A8B7E
Black with #0A8B7E
Text Example
Text Example
White with #0A8B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8B7E; }
p { color: rgb(10,139,126); }
H1.HeaderClassName
{
color: #0A8B7E;
}
.AnyTagClassName
{
color: #0A8B7E;
}
</style>
background-color css
<style>
a { background-color: #0A8B7E; }
a { background-color: rgb(10,139,126); }
div.DivClassName
{
background-color: #0A8B7E;
}
.BgClassName
{
background-color: #0A8B7E;
}
</style>
border-color css
<style>
span { border-color: #0A8B7E; }
span { border-color: rgb(10,139,126); }
td.TdClassName
{
border-color: #0A8B7E;
}
.TagClassName
{
border-color: #0A8B7E;
}
</style>