Shades of Teal #0A8881
Tints of Teal #0A8881
RGB
CMYK
RGB Variations
Color information
#0A8881 (or 0x0A8881) is known color: Teal. HEX triplet: 0A, 88 and 81. RGB value is (10,136,129). Sum of RGB (Red+Green+Blue) = 10+136+129=275 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.64% from 275); Green value is 136 (53.52% from 255 or 49.45% from 275); Blue value is 129 (50.78% from 255 or 46.91% from 275); Max value from RGB is 136 - color contains mainly: green. Hex color #0A8881 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A8881 is #F5777E. Grayscale: #616161. Windows color (decimal): -16086911 or 8488970. OLE color: 8488970.
HSL color Cylindrical-coordinate representation of color #0A8881: hue angle of 176.67º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A8881 is Cyan = 0.93, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 10 | 136 | 129 | - |
| CMYK | 0.93 | 0 | 0.05 | 0.47 |
| HSL | 176.67º | 0.86% | 0.29% | - |
| HSV(B) | 176.67º | 0.93% | 0.53% | - |
| XYZ | 12.89 | 19.26 | 23.81 | - |
| YUV | 97.53 | 145.76 | 65.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 136 | 129 | 0.93 | 0 | 0.05 | 0.47 | 176.67 | 0.86 | 0.29 |
| Hex | A | 88 | 81 | 5D | 0 | 5 | 2F | B1 | 56 | 1D |
| Octal | 12 | 210 | 201 | 135 | 0 | 5 | 57 | 261 | 126 | 35 |
| Binary | 1010 | 10001000 | 10000001 | 1011101 | 0 | 101 | 101111 | 10110001 | 1010110 | 11101 |
Color Harmonies of #0A8881
Complementary color
Monochromatic Colors of #0A8881
Black with #0A8881
Text Example
Text Example
White with #0A8881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8881; }
p { color: rgb(10,136,129); }
H1.HeaderClassName
{
color: #0A8881;
}
.AnyTagClassName
{
color: #0A8881;
}
</style>
background-color css
<style>
a { background-color: #0A8881; }
a { background-color: rgb(10,136,129); }
div.DivClassName
{
background-color: #0A8881;
}
.BgClassName
{
background-color: #0A8881;
}
</style>
border-color css
<style>
span { border-color: #0A8881; }
span { border-color: rgb(10,136,129); }
td.TdClassName
{
border-color: #0A8881;
}
.TagClassName
{
border-color: #0A8881;
}
</style>