Shades of Teal #097786
Tints of Teal #097786
RGB
CMYK
RGB Variations
Color information
#097786 (or 0x097786) is known color: Teal. HEX triplet: 09, 77 and 86. RGB value is (9,119,134). Sum of RGB (Red+Green+Blue) = 9+119+134=262 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.44% from 262); Green value is 119 (46.88% from 255 or 45.42% from 262); Blue value is 134 (52.73% from 255 or 51.15% from 262); Max value from RGB is 134 - color contains mainly: blue. Hex color #097786 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097786 is #F68879. Grayscale: #575757. Windows color (decimal): -16156794 or 8812297. OLE color: 8812297.
HSL color Cylindrical-coordinate representation of color #097786: hue angle of 187.2º 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 #097786 is Cyan = 0.93, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 9 | 119 | 134 | - |
| CMYK | 0.93 | 0.11 | 0 | 0.47 |
| HSL | 187.2º | 0.87% | 0.28% | - |
| HSV(B) | 187.2º | 0.93% | 0.53% | - |
| XYZ | 11.01 | 14.97 | 24.86 | - |
| YUV | 87.82 | 154.06 | 71.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 119 | 134 | 0.93 | 0.11 | 0 | 0.47 | 187.2 | 0.87 | 0.28 |
| Hex | 9 | 77 | 86 | 5D | B | 0 | 2F | BB | 57 | 1C |
| Octal | 11 | 167 | 206 | 135 | 13 | 0 | 57 | 273 | 127 | 34 |
| Binary | 1001 | 1110111 | 10000110 | 1011101 | 1011 | 0 | 101111 | 10111011 | 1010111 | 11100 |
Color Harmonies of #097786
Complementary color
Monochromatic Colors of #097786
Black with #097786
Text Example
Text Example
White with #097786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097786; }
p { color: rgb(9,119,134); }
H1.HeaderClassName
{
color: #097786;
}
.AnyTagClassName
{
color: #097786;
}
</style>
background-color css
<style>
a { background-color: #097786; }
a { background-color: rgb(9,119,134); }
div.DivClassName
{
background-color: #097786;
}
.BgClassName
{
background-color: #097786;
}
</style>
border-color css
<style>
span { border-color: #097786; }
span { border-color: rgb(9,119,134); }
td.TdClassName
{
border-color: #097786;
}
.TagClassName
{
border-color: #097786;
}
</style>