Shades of Teal #097A8E
Tints of Teal #097A8E
RGB
CMYK
RGB Variations
Color information
#097A8E (or 0x097A8E) is known color: Teal. HEX triplet: 09, 7A and 8E. RGB value is (9,122,142). Sum of RGB (Red+Green+Blue) = 9+122+142=273 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.30% from 273); Green value is 122 (48.05% from 255 or 44.69% from 273); Blue value is 142 (55.86% from 255 or 52.01% from 273); Max value from RGB is 142 - color contains mainly: blue. Hex color #097A8E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097A8E is #F68571. Grayscale: #5A5A5A. Windows color (decimal): -16156018 or 9337353. OLE color: 9337353.
HSL color Cylindrical-coordinate representation of color #097A8E: hue angle of 189.02º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #097A8E is Cyan = 0.94, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 9 | 122 | 142 | - |
| CMYK | 0.94 | 0.14 | 0 | 0.44 |
| HSL | 189.02º | 0.88% | 0.3% | - |
| HSV(B) | 189.02º | 0.94% | 0.56% | - |
| XYZ | 11.95 | 15.93 | 28.04 | - |
| YUV | 90.49 | 157.06 | 69.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 122 | 142 | 0.94 | 0.14 | 0 | 0.44 | 189.02 | 0.88 | 0.3 |
| Hex | 9 | 7A | 8E | 5E | E | 0 | 2C | BD | 58 | 1E |
| Octal | 11 | 172 | 216 | 136 | 16 | 0 | 54 | 275 | 130 | 36 |
| Binary | 1001 | 1111010 | 10001110 | 1011110 | 1110 | 0 | 101100 | 10111101 | 1011000 | 11110 |
Color Harmonies of #097A8E
Complementary color
Monochromatic Colors of #097A8E
Black with #097A8E
Text Example
Text Example
White with #097A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097A8E; }
p { color: rgb(9,122,142); }
H1.HeaderClassName
{
color: #097A8E;
}
.AnyTagClassName
{
color: #097A8E;
}
</style>
background-color css
<style>
a { background-color: #097A8E; }
a { background-color: rgb(9,122,142); }
div.DivClassName
{
background-color: #097A8E;
}
.BgClassName
{
background-color: #097A8E;
}
</style>
border-color css
<style>
span { border-color: #097A8E; }
span { border-color: rgb(9,122,142); }
td.TdClassName
{
border-color: #097A8E;
}
.TagClassName
{
border-color: #097A8E;
}
</style>