Shades of Teal #0A837B
Tints of Teal #0A837B
RGB
CMYK
RGB Variations
Color information
#0A837B (or 0x0A837B) is known color: Teal. HEX triplet: 0A, 83 and 7B. RGB value is (10,131,123). Sum of RGB (Red+Green+Blue) = 10+131+123=264 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.79% from 264); Green value is 131 (51.56% from 255 or 49.62% from 264); Blue value is 123 (48.44% from 255 or 46.59% from 264); Max value from RGB is 131 - color contains mainly: green. Hex color #0A837B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A837B is #F57C84. Grayscale: #5D5D5D. Windows color (decimal): -16088197 or 8094474. OLE color: 8094474.
HSL color Cylindrical-coordinate representation of color #0A837B: hue angle of 176.03º 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 #0A837B is Cyan = 0.92, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 10 | 131 | 123 | - |
| CMYK | 0.92 | 0 | 0.06 | 0.49 |
| HSL | 176.03º | 0.86% | 0.28% | - |
| HSV(B) | 176.03º | 0.92% | 0.51% | - |
| XYZ | 11.82 | 17.73 | 21.54 | - |
| YUV | 93.91 | 144.41 | 68.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 131 | 123 | 0.92 | 0 | 0.06 | 0.49 | 176.03 | 0.86 | 0.28 |
| Hex | A | 83 | 7B | 5C | 0 | 6 | 31 | B0 | 56 | 1C |
| Octal | 12 | 203 | 173 | 134 | 0 | 6 | 61 | 260 | 126 | 34 |
| Binary | 1010 | 10000011 | 1111011 | 1011100 | 0 | 110 | 110001 | 10110000 | 1010110 | 11100 |
Color Harmonies of #0A837B
Complementary color
Monochromatic Colors of #0A837B
Black with #0A837B
Text Example
Text Example
White with #0A837B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A837B; }
p { color: rgb(10,131,123); }
H1.HeaderClassName
{
color: #0A837B;
}
.AnyTagClassName
{
color: #0A837B;
}
</style>
background-color css
<style>
a { background-color: #0A837B; }
a { background-color: rgb(10,131,123); }
div.DivClassName
{
background-color: #0A837B;
}
.BgClassName
{
background-color: #0A837B;
}
</style>
border-color css
<style>
span { border-color: #0A837B; }
span { border-color: rgb(10,131,123); }
td.TdClassName
{
border-color: #0A837B;
}
.TagClassName
{
border-color: #0A837B;
}
</style>