Shades of Teal #0A827C
Tints of Teal #0A827C
RGB
CMYK
RGB Variations
Color information
#0A827C (or 0x0A827C) is known color: Teal. HEX triplet: 0A, 82 and 7C. RGB value is (10,130,124). Sum of RGB (Red+Green+Blue) = 10+130+124=264 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.79% from 264); Green value is 130 (51.17% from 255 or 49.24% from 264); Blue value is 124 (48.83% from 255 or 46.97% from 264); Max value from RGB is 130 - color contains mainly: green. Hex color #0A827C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A827C is #F57D83. Grayscale: #5D5D5D. Windows color (decimal): -16088452 or 8159754. OLE color: 8159754.
HSL color Cylindrical-coordinate representation of color #0A827C: hue angle of 177º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A827C is Cyan = 0.92, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 10 | 130 | 124 | - |
| CMYK | 0.92 | 0 | 0.05 | 0.49 |
| HSL | 177º | 0.86% | 0.27% | - |
| HSV(B) | 177º | 0.92% | 0.51% | - |
| XYZ | 11.75 | 17.49 | 21.82 | - |
| YUV | 93.44 | 145.24 | 68.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 130 | 124 | 0.92 | 0 | 0.05 | 0.49 | 177 | 0.86 | 0.27 |
| Hex | A | 82 | 7C | 5C | 0 | 5 | 31 | B1 | 56 | 1B |
| Octal | 12 | 202 | 174 | 134 | 0 | 5 | 61 | 261 | 126 | 33 |
| Binary | 1010 | 10000010 | 1111100 | 1011100 | 0 | 101 | 110001 | 10110001 | 1010110 | 11011 |
Color Harmonies of #0A827C
Complementary color
Monochromatic Colors of #0A827C
Black with #0A827C
Text Example
Text Example
White with #0A827C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A827C; }
p { color: rgb(10,130,124); }
H1.HeaderClassName
{
color: #0A827C;
}
.AnyTagClassName
{
color: #0A827C;
}
</style>
background-color css
<style>
a { background-color: #0A827C; }
a { background-color: rgb(10,130,124); }
div.DivClassName
{
background-color: #0A827C;
}
.BgClassName
{
background-color: #0A827C;
}
</style>
border-color css
<style>
span { border-color: #0A827C; }
span { border-color: rgb(10,130,124); }
td.TdClassName
{
border-color: #0A827C;
}
.TagClassName
{
border-color: #0A827C;
}
</style>