Shades of Teal #097789
Tints of Teal #097789
RGB
CMYK
RGB Variations
Color information
#097789 (or 0x097789) is known color: Teal. HEX triplet: 09, 77 and 89. RGB value is (9,119,137). Sum of RGB (Red+Green+Blue) = 9+119+137=265 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.40% from 265); Green value is 119 (46.88% from 255 or 44.91% from 265); Blue value is 137 (53.91% from 255 or 51.70% from 265); Max value from RGB is 137 - color contains mainly: blue. Hex color #097789 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097789 is #F68876. Grayscale: #575757. Windows color (decimal): -16156791 or 9008905. OLE color: 9008905.
HSL color Cylindrical-coordinate representation of color #097789: hue angle of 188.44º 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 #097789 is Cyan = 0.93, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 9 | 119 | 137 | - |
| CMYK | 0.93 | 0.13 | 0 | 0.46 |
| HSL | 188.44º | 0.88% | 0.29% | - |
| HSV(B) | 188.44º | 0.93% | 0.54% | - |
| XYZ | 11.22 | 15.06 | 25.98 | - |
| YUV | 88.16 | 155.56 | 71.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 119 | 137 | 0.93 | 0.13 | 0 | 0.46 | 188.44 | 0.88 | 0.29 |
| Hex | 9 | 77 | 89 | 5D | D | 0 | 2E | BC | 58 | 1D |
| Octal | 11 | 167 | 211 | 135 | 15 | 0 | 56 | 274 | 130 | 35 |
| Binary | 1001 | 1110111 | 10001001 | 1011101 | 1101 | 0 | 101110 | 10111100 | 1011000 | 11101 |
Color Harmonies of #097789
Complementary color
Monochromatic Colors of #097789
Black with #097789
Text Example
Text Example
White with #097789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097789; }
p { color: rgb(9,119,137); }
H1.HeaderClassName
{
color: #097789;
}
.AnyTagClassName
{
color: #097789;
}
</style>
background-color css
<style>
a { background-color: #097789; }
a { background-color: rgb(9,119,137); }
div.DivClassName
{
background-color: #097789;
}
.BgClassName
{
background-color: #097789;
}
</style>
border-color css
<style>
span { border-color: #097789; }
span { border-color: rgb(9,119,137); }
td.TdClassName
{
border-color: #097789;
}
.TagClassName
{
border-color: #097789;
}
</style>