Shades of Teal #0A837C
Tints of Teal #0A837C
RGB
CMYK
RGB Variations
Color information
#0A837C (or 0x0A837C) is known color: Teal. HEX triplet: 0A, 83 and 7C. RGB value is (10,131,124). Sum of RGB (Red+Green+Blue) = 10+131+124=265 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.77% from 265); Green value is 131 (51.56% from 255 or 49.43% from 265); Blue value is 124 (48.83% from 255 or 46.79% from 265); Max value from RGB is 131 - color contains mainly: green. Hex color #0A837C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A837C is #F57C83. Grayscale: #5D5D5D. Windows color (decimal): -16088196 or 8160010. OLE color: 8160010.
HSL color Cylindrical-coordinate representation of color #0A837C: hue angle of 176.53º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A837C is Cyan = 0.92, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 10 | 131 | 124 | - |
| CMYK | 0.92 | 0 | 0.05 | 0.49 |
| HSL | 176.53º | 0.86% | 0.28% | - |
| HSV(B) | 176.53º | 0.92% | 0.51% | - |
| XYZ | 11.88 | 17.75 | 21.87 | - |
| YUV | 94.02 | 144.91 | 68.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 131 | 124 | 0.92 | 0 | 0.05 | 0.49 | 176.53 | 0.86 | 0.28 |
| Hex | A | 83 | 7C | 5C | 0 | 5 | 31 | B1 | 56 | 1C |
| Octal | 12 | 203 | 174 | 134 | 0 | 5 | 61 | 261 | 126 | 34 |
| Binary | 1010 | 10000011 | 1111100 | 1011100 | 0 | 101 | 110001 | 10110001 | 1010110 | 11100 |
Color Harmonies of #0A837C
Complementary color
Monochromatic Colors of #0A837C
Black with #0A837C
Text Example
Text Example
White with #0A837C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A837C; }
p { color: rgb(10,131,124); }
H1.HeaderClassName
{
color: #0A837C;
}
.AnyTagClassName
{
color: #0A837C;
}
</style>
background-color css
<style>
a { background-color: #0A837C; }
a { background-color: rgb(10,131,124); }
div.DivClassName
{
background-color: #0A837C;
}
.BgClassName
{
background-color: #0A837C;
}
</style>
border-color css
<style>
span { border-color: #0A837C; }
span { border-color: rgb(10,131,124); }
td.TdClassName
{
border-color: #0A837C;
}
.TagClassName
{
border-color: #0A837C;
}
</style>