Shades of Teal #097D89
Tints of Teal #097D89
RGB
CMYK
RGB Variations
Color information
#097D89 (or 0x097D89) is known color: Teal. HEX triplet: 09, 7D and 89. RGB value is (9,125,137). Sum of RGB (Red+Green+Blue) = 9+125+137=271 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.32% from 271); Green value is 125 (49.22% from 255 or 46.13% from 271); Blue value is 137 (53.91% from 255 or 50.55% from 271); Max value from RGB is 137 - color contains mainly: blue. Hex color #097D89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097D89 is #F68276. Grayscale: #5B5B5B. Windows color (decimal): -16155255 or 9010441. OLE color: 9010441.
HSL color Cylindrical-coordinate representation of color #097D89: hue angle of 185.62º 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 #097D89 is Cyan = 0.93, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 9 | 125 | 137 | - |
| CMYK | 0.93 | 0.09 | 0 | 0.46 |
| HSL | 185.63º | 0.88% | 0.29% | - |
| HSV(B) | 185.63º | 0.93% | 0.54% | - |
| XYZ | 11.96 | 16.53 | 26.23 | - |
| YUV | 91.68 | 153.57 | 69.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 125 | 137 | 0.93 | 0.09 | 0 | 0.46 | 185.63 | 0.88 | 0.29 |
| Hex | 9 | 7D | 89 | 5D | 9 | 0 | 2E | BA | 58 | 1D |
| Octal | 11 | 175 | 211 | 135 | 11 | 0 | 56 | 272 | 130 | 35 |
| Binary | 1001 | 1111101 | 10001001 | 1011101 | 1001 | 0 | 101110 | 10111010 | 1011000 | 11101 |
Color Harmonies of #097D89
Complementary color
Monochromatic Colors of #097D89
Black with #097D89
Text Example
Text Example
White with #097D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097D89; }
p { color: rgb(9,125,137); }
H1.HeaderClassName
{
color: #097D89;
}
.AnyTagClassName
{
color: #097D89;
}
</style>
background-color css
<style>
a { background-color: #097D89; }
a { background-color: rgb(9,125,137); }
div.DivClassName
{
background-color: #097D89;
}
.BgClassName
{
background-color: #097D89;
}
</style>
border-color css
<style>
span { border-color: #097D89; }
span { border-color: rgb(9,125,137); }
td.TdClassName
{
border-color: #097D89;
}
.TagClassName
{
border-color: #097D89;
}
</style>