Shades of Teal #0A857E
Tints of Teal #0A857E
RGB
CMYK
RGB Variations
Color information
#0A857E (or 0x0A857E) is known color: Teal. HEX triplet: 0A, 85 and 7E. RGB value is (10,133,126). Sum of RGB (Red+Green+Blue) = 10+133+126=269 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.72% from 269); Green value is 133 (52.34% from 255 or 49.44% from 269); Blue value is 126 (49.61% from 255 or 46.84% from 269); Max value from RGB is 133 - color contains mainly: green. Hex color #0A857E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A857E is #F57A81. Grayscale: #5F5F5F. Windows color (decimal): -16087682 or 8291594. OLE color: 8291594.
HSL color Cylindrical-coordinate representation of color #0A857E: hue angle of 176.59º 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 #0A857E is Cyan = 0.92, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 10 | 133 | 126 | - |
| CMYK | 0.92 | 0 | 0.05 | 0.48 |
| HSL | 176.59º | 0.86% | 0.28% | - |
| HSV(B) | 176.59º | 0.92% | 0.52% | - |
| XYZ | 12.28 | 18.35 | 22.63 | - |
| YUV | 95.43 | 145.25 | 67.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 133 | 126 | 0.92 | 0 | 0.05 | 0.48 | 176.59 | 0.86 | 0.28 |
| Hex | A | 85 | 7E | 5C | 0 | 5 | 30 | B1 | 56 | 1C |
| Octal | 12 | 205 | 176 | 134 | 0 | 5 | 60 | 261 | 126 | 34 |
| Binary | 1010 | 10000101 | 1111110 | 1011100 | 0 | 101 | 110000 | 10110001 | 1010110 | 11100 |
Color Harmonies of #0A857E
Complementary color
Monochromatic Colors of #0A857E
Black with #0A857E
Text Example
Text Example
White with #0A857E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A857E; }
p { color: rgb(10,133,126); }
H1.HeaderClassName
{
color: #0A857E;
}
.AnyTagClassName
{
color: #0A857E;
}
</style>
background-color css
<style>
a { background-color: #0A857E; }
a { background-color: rgb(10,133,126); }
div.DivClassName
{
background-color: #0A857E;
}
.BgClassName
{
background-color: #0A857E;
}
</style>
border-color css
<style>
span { border-color: #0A857E; }
span { border-color: rgb(10,133,126); }
td.TdClassName
{
border-color: #0A857E;
}
.TagClassName
{
border-color: #0A857E;
}
</style>