Shades of Teal #0A8089
Tints of Teal #0A8089
RGB
CMYK
RGB Variations
Color information
#0A8089 (or 0x0A8089) is known color: Teal. HEX triplet: 0A, 80 and 89. RGB value is (10,128,137). Sum of RGB (Red+Green+Blue) = 10+128+137=275 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.64% from 275); Green value is 128 (50.39% from 255 or 46.55% from 275); Blue value is 137 (53.91% from 255 or 49.82% from 275); Max value from RGB is 137 - color contains mainly: blue. Hex color #0A8089 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A8089 is #F57F76. Grayscale: #5D5D5D. Windows color (decimal): -16088951 or 9011210. OLE color: 9011210.
HSL color Cylindrical-coordinate representation of color #0A8089: hue angle of 184.25º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A8089 is Cyan = 0.93, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 10 | 128 | 137 | - |
| CMYK | 0.93 | 0.07 | 0 | 0.46 |
| HSL | 184.25º | 0.86% | 0.29% | - |
| HSV(B) | 184.25º | 0.93% | 0.54% | - |
| XYZ | 12.36 | 17.31 | 26.36 | - |
| YUV | 93.74 | 152.41 | 68.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 128 | 137 | 0.93 | 0.07 | 0 | 0.46 | 184.25 | 0.86 | 0.29 |
| Hex | A | 80 | 89 | 5D | 7 | 0 | 2E | B8 | 56 | 1D |
| Octal | 12 | 200 | 211 | 135 | 7 | 0 | 56 | 270 | 126 | 35 |
| Binary | 1010 | 10000000 | 10001001 | 1011101 | 111 | 0 | 101110 | 10111000 | 1010110 | 11101 |
Color Harmonies of #0A8089
Complementary color
Monochromatic Colors of #0A8089
Black with #0A8089
Text Example
Text Example
White with #0A8089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8089; }
p { color: rgb(10,128,137); }
H1.HeaderClassName
{
color: #0A8089;
}
.AnyTagClassName
{
color: #0A8089;
}
</style>
background-color css
<style>
a { background-color: #0A8089; }
a { background-color: rgb(10,128,137); }
div.DivClassName
{
background-color: #0A8089;
}
.BgClassName
{
background-color: #0A8089;
}
</style>
border-color css
<style>
span { border-color: #0A8089; }
span { border-color: rgb(10,128,137); }
td.TdClassName
{
border-color: #0A8089;
}
.TagClassName
{
border-color: #0A8089;
}
</style>