Shades of Teal #097189
Tints of Teal #097189
RGB
CMYK
RGB Variations
Color information
#097189 (or 0x097189) is known color: Teal. HEX triplet: 09, 71 and 89. RGB value is (9,113,137). Sum of RGB (Red+Green+Blue) = 9+113+137=259 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.47% from 259); Green value is 113 (44.53% from 255 or 43.63% from 259); Blue value is 137 (53.91% from 255 or 52.90% from 259); Max value from RGB is 137 - color contains mainly: blue. Hex color #097189 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097189 is #F68E76. Grayscale: #545454. Windows color (decimal): -16158327 or 9007369. OLE color: 9007369.
HSL color Cylindrical-coordinate representation of color #097189: hue angle of 191.25º 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 #097189 is Cyan = 0.93, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 9 | 113 | 137 | - |
| CMYK | 0.93 | 0.18 | 0 | 0.46 |
| HSL | 191.25º | 0.88% | 0.29% | - |
| HSV(B) | 191.25º | 0.93% | 0.54% | - |
| XYZ | 10.53 | 13.67 | 25.75 | - |
| YUV | 84.64 | 157.54 | 74.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 113 | 137 | 0.93 | 0.18 | 0 | 0.46 | 191.25 | 0.88 | 0.29 |
| Hex | 9 | 71 | 89 | 5D | 12 | 0 | 2E | BF | 58 | 1D |
| Octal | 11 | 161 | 211 | 135 | 22 | 0 | 56 | 277 | 130 | 35 |
| Binary | 1001 | 1110001 | 10001001 | 1011101 | 10010 | 0 | 101110 | 10111111 | 1011000 | 11101 |
Color Harmonies of #097189
Complementary color
Monochromatic Colors of #097189
Black with #097189
Text Example
Text Example
White with #097189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097189; }
p { color: rgb(9,113,137); }
H1.HeaderClassName
{
color: #097189;
}
.AnyTagClassName
{
color: #097189;
}
</style>
background-color css
<style>
a { background-color: #097189; }
a { background-color: rgb(9,113,137); }
div.DivClassName
{
background-color: #097189;
}
.BgClassName
{
background-color: #097189;
}
</style>
border-color css
<style>
span { border-color: #097189; }
span { border-color: rgb(9,113,137); }
td.TdClassName
{
border-color: #097189;
}
.TagClassName
{
border-color: #097189;
}
</style>