Shades of Teal #097A89
Tints of Teal #097A89
RGB
CMYK
RGB Variations
Color information
#097A89 (or 0x097A89) is known color: Teal. HEX triplet: 09, 7A and 89. RGB value is (9,122,137). Sum of RGB (Red+Green+Blue) = 9+122+137=268 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.36% from 268); Green value is 122 (48.05% from 255 or 45.52% 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 #097A89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097A89 is #F68576. Grayscale: #595959. Windows color (decimal): -16156023 or 9009673. OLE color: 9009673.
HSL color Cylindrical-coordinate representation of color #097A89: hue angle of 187.03º degrees, saturation: 0.88, 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 #097A89 is Cyan = 0.93, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 9 | 122 | 137 | - |
| CMYK | 0.93 | 0.11 | 0 | 0.46 |
| HSL | 187.03º | 0.88% | 0.29% | - |
| HSV(B) | 187.03º | 0.93% | 0.54% | - |
| XYZ | 11.59 | 15.78 | 26.1 | - |
| YUV | 89.92 | 154.56 | 70.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 122 | 137 | 0.93 | 0.11 | 0 | 0.46 | 187.03 | 0.88 | 0.29 |
| Hex | 9 | 7A | 89 | 5D | B | 0 | 2E | BB | 58 | 1D |
| Octal | 11 | 172 | 211 | 135 | 13 | 0 | 56 | 273 | 130 | 35 |
| Binary | 1001 | 1111010 | 10001001 | 1011101 | 1011 | 0 | 101110 | 10111011 | 1011000 | 11101 |
Color Harmonies of #097A89
Complementary color
Monochromatic Colors of #097A89
Black with #097A89
Text Example
Text Example
White with #097A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097A89; }
p { color: rgb(9,122,137); }
H1.HeaderClassName
{
color: #097A89;
}
.AnyTagClassName
{
color: #097A89;
}
</style>
background-color css
<style>
a { background-color: #097A89; }
a { background-color: rgb(9,122,137); }
div.DivClassName
{
background-color: #097A89;
}
.BgClassName
{
background-color: #097A89;
}
</style>
border-color css
<style>
span { border-color: #097A89; }
span { border-color: rgb(9,122,137); }
td.TdClassName
{
border-color: #097A89;
}
.TagClassName
{
border-color: #097A89;
}
</style>