Shades of Teal #097B8E
Tints of Teal #097B8E
RGB
CMYK
RGB Variations
Color information
#097B8E (or 0x097B8E) is known color: Teal. HEX triplet: 09, 7B and 8E. RGB value is (9,123,142). Sum of RGB (Red+Green+Blue) = 9+123+142=274 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.28% from 274); Green value is 123 (48.44% from 255 or 44.89% from 274); Blue value is 142 (55.86% from 255 or 51.82% from 274); Max value from RGB is 142 - color contains mainly: blue. Hex color #097B8E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097B8E is #F68471. Grayscale: #5A5A5A. Windows color (decimal): -16155762 or 9337609. OLE color: 9337609.
HSL color Cylindrical-coordinate representation of color #097B8E: hue angle of 188.57º 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 #097B8E is Cyan = 0.94, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 9 | 123 | 142 | - |
| CMYK | 0.94 | 0.13 | 0 | 0.44 |
| HSL | 188.57º | 0.88% | 0.3% | - |
| HSV(B) | 188.57º | 0.94% | 0.56% | - |
| XYZ | 12.08 | 16.18 | 28.08 | - |
| YUV | 91.08 | 156.73 | 69.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 123 | 142 | 0.94 | 0.13 | 0 | 0.44 | 188.57 | 0.88 | 0.3 |
| Hex | 9 | 7B | 8E | 5E | D | 0 | 2C | BD | 58 | 1E |
| Octal | 11 | 173 | 216 | 136 | 15 | 0 | 54 | 275 | 130 | 36 |
| Binary | 1001 | 1111011 | 10001110 | 1011110 | 1101 | 0 | 101100 | 10111101 | 1011000 | 11110 |
Color Harmonies of #097B8E
Complementary color
Monochromatic Colors of #097B8E
Black with #097B8E
Text Example
Text Example
White with #097B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097B8E; }
p { color: rgb(9,123,142); }
H1.HeaderClassName
{
color: #097B8E;
}
.AnyTagClassName
{
color: #097B8E;
}
</style>
background-color css
<style>
a { background-color: #097B8E; }
a { background-color: rgb(9,123,142); }
div.DivClassName
{
background-color: #097B8E;
}
.BgClassName
{
background-color: #097B8E;
}
</style>
border-color css
<style>
span { border-color: #097B8E; }
span { border-color: rgb(9,123,142); }
td.TdClassName
{
border-color: #097B8E;
}
.TagClassName
{
border-color: #097B8E;
}
</style>