Shades of Teal #097086
Tints of Teal #097086
RGB
CMYK
RGB Variations
Color information
#097086 (or 0x097086) is known color: Teal. HEX triplet: 09, 70 and 86. RGB value is (9,112,134). Sum of RGB (Red+Green+Blue) = 9+112+134=255 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.53% from 255); Green value is 112 (44.14% from 255 or 43.92% from 255); Blue value is 134 (52.73% from 255 or 52.55% from 255); Max value from RGB is 134 - color contains mainly: blue. Hex color #097086 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097086 is #F68F79. Grayscale: #535353. Windows color (decimal): -16158586 or 8810505. OLE color: 8810505.
HSL color Cylindrical-coordinate representation of color #097086: hue angle of 190.56º 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 #097086 is Cyan = 0.93, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 9 | 112 | 134 | - |
| CMYK | 0.93 | 0.16 | 0 | 0.47 |
| HSL | 190.56º | 0.87% | 0.28% | - |
| HSV(B) | 190.56º | 0.93% | 0.53% | - |
| XYZ | 10.21 | 13.37 | 24.6 | - |
| YUV | 83.71 | 156.38 | 74.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 112 | 134 | 0.93 | 0.16 | 0 | 0.47 | 190.56 | 0.87 | 0.28 |
| Hex | 9 | 70 | 86 | 5D | 10 | 0 | 2F | BF | 57 | 1C |
| Octal | 11 | 160 | 206 | 135 | 20 | 0 | 57 | 277 | 127 | 34 |
| Binary | 1001 | 1110000 | 10000110 | 1011101 | 10000 | 0 | 101111 | 10111111 | 1010111 | 11100 |
Color Harmonies of #097086
Complementary color
Monochromatic Colors of #097086
Black with #097086
Text Example
Text Example
White with #097086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097086; }
p { color: rgb(9,112,134); }
H1.HeaderClassName
{
color: #097086;
}
.AnyTagClassName
{
color: #097086;
}
</style>
background-color css
<style>
a { background-color: #097086; }
a { background-color: rgb(9,112,134); }
div.DivClassName
{
background-color: #097086;
}
.BgClassName
{
background-color: #097086;
}
</style>
border-color css
<style>
span { border-color: #097086; }
span { border-color: rgb(9,112,134); }
td.TdClassName
{
border-color: #097086;
}
.TagClassName
{
border-color: #097086;
}
</style>