Shades of Teal #0A8185
Tints of Teal #0A8185
RGB
CMYK
RGB Variations
Color information
#0A8185 (or 0x0A8185) is known color: Teal. HEX triplet: 0A, 81 and 85. RGB value is (10,129,133). Sum of RGB (Red+Green+Blue) = 10+129+133=272 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.68% from 272); Green value is 129 (50.78% from 255 or 47.43% from 272); Blue value is 133 (52.34% from 255 or 48.90% from 272); Max value from RGB is 133 - color contains mainly: blue. Hex color #0A8185 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A8185 is #F57E7A. Grayscale: #5D5D5D. Windows color (decimal): -16088699 or 8749322. OLE color: 8749322.
HSL color Cylindrical-coordinate representation of color #0A8185: hue angle of 181.95º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A8185 is Cyan = 0.92, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 10 | 129 | 133 | - |
| CMYK | 0.92 | 0.03 | 0 | 0.48 |
| HSL | 181.95º | 0.86% | 0.28% | - |
| HSV(B) | 181.95º | 0.92% | 0.52% | - |
| XYZ | 12.21 | 17.46 | 24.92 | - |
| YUV | 93.88 | 150.08 | 68.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 129 | 133 | 0.92 | 0.03 | 0 | 0.48 | 181.95 | 0.86 | 0.28 |
| Hex | A | 81 | 85 | 5C | 3 | 0 | 30 | B6 | 56 | 1C |
| Octal | 12 | 201 | 205 | 134 | 3 | 0 | 60 | 266 | 126 | 34 |
| Binary | 1010 | 10000001 | 10000101 | 1011100 | 11 | 0 | 110000 | 10110110 | 1010110 | 11100 |
Color Harmonies of #0A8185
Complementary color
Monochromatic Colors of #0A8185
Black with #0A8185
Text Example
Text Example
White with #0A8185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8185; }
p { color: rgb(10,129,133); }
H1.HeaderClassName
{
color: #0A8185;
}
.AnyTagClassName
{
color: #0A8185;
}
</style>
background-color css
<style>
a { background-color: #0A8185; }
a { background-color: rgb(10,129,133); }
div.DivClassName
{
background-color: #0A8185;
}
.BgClassName
{
background-color: #0A8185;
}
</style>
border-color css
<style>
span { border-color: #0A8185; }
span { border-color: rgb(10,129,133); }
td.TdClassName
{
border-color: #0A8185;
}
.TagClassName
{
border-color: #0A8185;
}
</style>