Shades of Teal #097B89
Tints of Teal #097B89
RGB
CMYK
RGB Variations
Color information
#097B89 (or 0x097B89) is known color: Teal. HEX triplet: 09, 7B and 89. RGB value is (9,123,137). Sum of RGB (Red+Green+Blue) = 9+123+137=269 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.35% from 269); Green value is 123 (48.44% from 255 or 45.72% from 269); Blue value is 137 (53.91% from 255 or 50.93% from 269); Max value from RGB is 137 - color contains mainly: blue. Hex color #097B89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097B89 is #F68476. Grayscale: #5A5A5A. Windows color (decimal): -16155767 or 9009929. OLE color: 9009929.
HSL color Cylindrical-coordinate representation of color #097B89: hue angle of 186.56º 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 #097B89 is Cyan = 0.93, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 9 | 123 | 137 | - |
| CMYK | 0.93 | 0.10 | 0 | 0.46 |
| HSL | 186.56º | 0.88% | 0.29% | - |
| HSV(B) | 186.56º | 0.93% | 0.54% | - |
| XYZ | 11.71 | 16.03 | 26.14 | - |
| YUV | 90.51 | 154.23 | 69.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 123 | 137 | 0.93 | 0.10 | 0 | 0.46 | 186.56 | 0.88 | 0.29 |
| Hex | 9 | 7B | 89 | 5D | A | 0 | 2E | BB | 58 | 1D |
| Octal | 11 | 173 | 211 | 135 | 12 | 0 | 56 | 273 | 130 | 35 |
| Binary | 1001 | 1111011 | 10001001 | 1011101 | 1010 | 0 | 101110 | 10111011 | 1011000 | 11101 |
Color Harmonies of #097B89
Complementary color
Monochromatic Colors of #097B89
Black with #097B89
Text Example
Text Example
White with #097B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097B89; }
p { color: rgb(9,123,137); }
H1.HeaderClassName
{
color: #097B89;
}
.AnyTagClassName
{
color: #097B89;
}
</style>
background-color css
<style>
a { background-color: #097B89; }
a { background-color: rgb(9,123,137); }
div.DivClassName
{
background-color: #097B89;
}
.BgClassName
{
background-color: #097B89;
}
</style>
border-color css
<style>
span { border-color: #097B89; }
span { border-color: rgb(9,123,137); }
td.TdClassName
{
border-color: #097B89;
}
.TagClassName
{
border-color: #097B89;
}
</style>