Shades of Teal #097A86
Tints of Teal #097A86
RGB
CMYK
RGB Variations
Color information
#097A86 (or 0x097A86) is known color: Teal. HEX triplet: 09, 7A and 86. RGB value is (9,122,134). Sum of RGB (Red+Green+Blue) = 9+122+134=265 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.40% from 265); Green value is 122 (48.05% from 255 or 46.04% from 265); Blue value is 134 (52.73% from 255 or 50.57% from 265); Max value from RGB is 134 - color contains mainly: blue. Hex color #097A86 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097A86 is #F68579. Grayscale: #595959. Windows color (decimal): -16156026 or 8813065. OLE color: 8813065.
HSL color Cylindrical-coordinate representation of color #097A86: hue angle of 185.76º degrees, saturation: 0.87, 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 #097A86 is Cyan = 0.93, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 9 | 122 | 134 | - |
| CMYK | 0.93 | 0.09 | 0 | 0.47 |
| HSL | 185.76º | 0.87% | 0.28% | - |
| HSV(B) | 185.76º | 0.93% | 0.53% | - |
| XYZ | 11.38 | 15.7 | 24.98 | - |
| YUV | 89.58 | 153.06 | 70.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 122 | 134 | 0.93 | 0.09 | 0 | 0.47 | 185.76 | 0.87 | 0.28 |
| Hex | 9 | 7A | 86 | 5D | 9 | 0 | 2F | BA | 57 | 1C |
| Octal | 11 | 172 | 206 | 135 | 11 | 0 | 57 | 272 | 127 | 34 |
| Binary | 1001 | 1111010 | 10000110 | 1011101 | 1001 | 0 | 101111 | 10111010 | 1010111 | 11100 |
Color Harmonies of #097A86
Complementary color
Monochromatic Colors of #097A86
Black with #097A86
Text Example
Text Example
White with #097A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097A86; }
p { color: rgb(9,122,134); }
H1.HeaderClassName
{
color: #097A86;
}
.AnyTagClassName
{
color: #097A86;
}
</style>
background-color css
<style>
a { background-color: #097A86; }
a { background-color: rgb(9,122,134); }
div.DivClassName
{
background-color: #097A86;
}
.BgClassName
{
background-color: #097A86;
}
</style>
border-color css
<style>
span { border-color: #097A86; }
span { border-color: rgb(9,122,134); }
td.TdClassName
{
border-color: #097A86;
}
.TagClassName
{
border-color: #097A86;
}
</style>