Shades of Teal #0A8087
Tints of Teal #0A8087
RGB
CMYK
RGB Variations
Color information
#0A8087 (or 0x0A8087) is known color: Teal. HEX triplet: 0A, 80 and 87. RGB value is (10,128,135). Sum of RGB (Red+Green+Blue) = 10+128+135=273 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.66% from 273); Green value is 128 (50.39% from 255 or 46.89% from 273); Blue value is 135 (53.12% from 255 or 49.45% from 273); Max value from RGB is 135 - color contains mainly: blue. Hex color #0A8087 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A8087 is #F57F78. Grayscale: #5D5D5D. Windows color (decimal): -16088953 or 8880138. OLE color: 8880138.
HSL color Cylindrical-coordinate representation of color #0A8087: hue angle of 183.36º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A8087 is Cyan = 0.93, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 10 | 128 | 135 | - |
| CMYK | 0.93 | 0.05 | 0 | 0.47 |
| HSL | 183.36º | 0.86% | 0.28% | - |
| HSV(B) | 183.36º | 0.93% | 0.53% | - |
| XYZ | 12.22 | 17.25 | 25.61 | - |
| YUV | 93.52 | 151.41 | 68.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 128 | 135 | 0.93 | 0.05 | 0 | 0.47 | 183.36 | 0.86 | 0.28 |
| Hex | A | 80 | 87 | 5D | 5 | 0 | 2F | B7 | 56 | 1C |
| Octal | 12 | 200 | 207 | 135 | 5 | 0 | 57 | 267 | 126 | 34 |
| Binary | 1010 | 10000000 | 10000111 | 1011101 | 101 | 0 | 101111 | 10110111 | 1010110 | 11100 |
Color Harmonies of #0A8087
Complementary color
Monochromatic Colors of #0A8087
Black with #0A8087
Text Example
Text Example
White with #0A8087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8087; }
p { color: rgb(10,128,135); }
H1.HeaderClassName
{
color: #0A8087;
}
.AnyTagClassName
{
color: #0A8087;
}
</style>
background-color css
<style>
a { background-color: #0A8087; }
a { background-color: rgb(10,128,135); }
div.DivClassName
{
background-color: #0A8087;
}
.BgClassName
{
background-color: #0A8087;
}
</style>
border-color css
<style>
span { border-color: #0A8087; }
span { border-color: rgb(10,128,135); }
td.TdClassName
{
border-color: #0A8087;
}
.TagClassName
{
border-color: #0A8087;
}
</style>