Shades of Teal #0A807B
Tints of Teal #0A807B
RGB
CMYK
RGB Variations
Color information
#0A807B (or 0x0A807B) is known color: Teal. HEX triplet: 0A, 80 and 7B. RGB value is (10,128,123). Sum of RGB (Red+Green+Blue) = 10+128+123=261 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.83% from 261); Green value is 128 (50.39% from 255 or 49.04% from 261); Blue value is 123 (48.44% from 255 or 47.13% from 261); Max value from RGB is 128 - color contains mainly: green. Hex color #0A807B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A807B is #F57F84. Grayscale: #5C5C5C. Windows color (decimal): -16088965 or 8093706. OLE color: 8093706.
HSL color Cylindrical-coordinate representation of color #0A807B: hue angle of 177.46º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A807B is Cyan = 0.92, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 10 | 128 | 123 | - |
| CMYK | 0.92 | 0 | 0.04 | 0.50 |
| HSL | 177.46º | 0.86% | 0.27% | - |
| HSV(B) | 177.46º | 0.92% | 0.5% | - |
| XYZ | 11.42 | 16.93 | 21.41 | - |
| YUV | 92.15 | 145.41 | 69.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 128 | 123 | 0.92 | 0 | 0.04 | 0.50 | 177.46 | 0.86 | 0.27 |
| Hex | A | 80 | 7B | 5C | 0 | 4 | 32 | B1 | 56 | 1B |
| Octal | 12 | 200 | 173 | 134 | 0 | 4 | 62 | 261 | 126 | 33 |
| Binary | 1010 | 10000000 | 1111011 | 1011100 | 0 | 100 | 110010 | 10110001 | 1010110 | 11011 |
Color Harmonies of #0A807B
Complementary color
Monochromatic Colors of #0A807B
Black with #0A807B
Text Example
Text Example
White with #0A807B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A807B; }
p { color: rgb(10,128,123); }
H1.HeaderClassName
{
color: #0A807B;
}
.AnyTagClassName
{
color: #0A807B;
}
</style>
background-color css
<style>
a { background-color: #0A807B; }
a { background-color: rgb(10,128,123); }
div.DivClassName
{
background-color: #0A807B;
}
.BgClassName
{
background-color: #0A807B;
}
</style>
border-color css
<style>
span { border-color: #0A807B; }
span { border-color: rgb(10,128,123); }
td.TdClassName
{
border-color: #0A807B;
}
.TagClassName
{
border-color: #0A807B;
}
</style>