Shades of Teal #0A8981
Tints of Teal #0A8981
RGB
CMYK
RGB Variations
Color information
#0A8981 (or 0x0A8981) is known color: Teal. HEX triplet: 0A, 89 and 81. RGB value is (10,137,129). Sum of RGB (Red+Green+Blue) = 10+137+129=276 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.62% from 276); Green value is 137 (53.91% from 255 or 49.64% from 276); Blue value is 129 (50.78% from 255 or 46.74% from 276); Max value from RGB is 137 - color contains mainly: green. Hex color #0A8981 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A8981 is #F5767E. Grayscale: #626262. Windows color (decimal): -16086655 or 8489226. OLE color: 8489226.
HSL color Cylindrical-coordinate representation of color #0A8981: hue angle of 176.22º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A8981 is Cyan = 0.93, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 10 | 137 | 129 | - |
| CMYK | 0.93 | 0 | 0.06 | 0.46 |
| HSL | 176.22º | 0.86% | 0.29% | - |
| HSV(B) | 176.22º | 0.93% | 0.54% | - |
| XYZ | 13.03 | 19.54 | 23.85 | - |
| YUV | 98.12 | 145.42 | 65.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 137 | 129 | 0.93 | 0 | 0.06 | 0.46 | 176.22 | 0.86 | 0.29 |
| Hex | A | 89 | 81 | 5D | 0 | 6 | 2E | B0 | 56 | 1D |
| Octal | 12 | 211 | 201 | 135 | 0 | 6 | 56 | 260 | 126 | 35 |
| Binary | 1010 | 10001001 | 10000001 | 1011101 | 0 | 110 | 101110 | 10110000 | 1010110 | 11101 |
Color Harmonies of #0A8981
Complementary color
Monochromatic Colors of #0A8981
Black with #0A8981
Text Example
Text Example
White with #0A8981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8981; }
p { color: rgb(10,137,129); }
H1.HeaderClassName
{
color: #0A8981;
}
.AnyTagClassName
{
color: #0A8981;
}
</style>
background-color css
<style>
a { background-color: #0A8981; }
a { background-color: rgb(10,137,129); }
div.DivClassName
{
background-color: #0A8981;
}
.BgClassName
{
background-color: #0A8981;
}
</style>
border-color css
<style>
span { border-color: #0A8981; }
span { border-color: rgb(10,137,129); }
td.TdClassName
{
border-color: #0A8981;
}
.TagClassName
{
border-color: #0A8981;
}
</style>