Shades of Teal #0A7989
Tints of Teal #0A7989
RGB
CMYK
RGB Variations
Color information
#0A7989 (or 0x0A7989) is known color: Teal. HEX triplet: 0A, 79 and 89. RGB value is (10,121,137). Sum of RGB (Red+Green+Blue) = 10+121+137=268 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.73% from 268); Green value is 121 (47.66% from 255 or 45.15% from 268); Blue value is 137 (53.91% from 255 or 51.12% from 268); Max value from RGB is 137 - color contains mainly: blue. Hex color #0A7989 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A7989 is #F58676. Grayscale: #595959. Windows color (decimal): -16090743 or 9009418. OLE color: 9009418.
HSL color Cylindrical-coordinate representation of color #0A7989: hue angle of 187.56º 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 #0A7989 is Cyan = 0.93, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 10 | 121 | 137 | - |
| CMYK | 0.93 | 0.12 | 0 | 0.46 |
| HSL | 187.56º | 0.86% | 0.29% | - |
| HSV(B) | 187.56º | 0.93% | 0.54% | - |
| XYZ | 11.48 | 15.55 | 26.06 | - |
| YUV | 89.64 | 154.73 | 71.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 121 | 137 | 0.93 | 0.12 | 0 | 0.46 | 187.56 | 0.86 | 0.29 |
| Hex | A | 79 | 89 | 5D | C | 0 | 2E | BC | 56 | 1D |
| Octal | 12 | 171 | 211 | 135 | 14 | 0 | 56 | 274 | 126 | 35 |
| Binary | 1010 | 1111001 | 10001001 | 1011101 | 1100 | 0 | 101110 | 10111100 | 1010110 | 11101 |
Color Harmonies of #0A7989
Complementary color
Monochromatic Colors of #0A7989
Black with #0A7989
Text Example
Text Example
White with #0A7989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A7989; }
p { color: rgb(10,121,137); }
H1.HeaderClassName
{
color: #0A7989;
}
.AnyTagClassName
{
color: #0A7989;
}
</style>
background-color css
<style>
a { background-color: #0A7989; }
a { background-color: rgb(10,121,137); }
div.DivClassName
{
background-color: #0A7989;
}
.BgClassName
{
background-color: #0A7989;
}
</style>
border-color css
<style>
span { border-color: #0A7989; }
span { border-color: rgb(10,121,137); }
td.TdClassName
{
border-color: #0A7989;
}
.TagClassName
{
border-color: #0A7989;
}
</style>