Shades of Teal #097289
Tints of Teal #097289
RGB
CMYK
RGB Variations
Color information
#097289 (or 0x097289) is known color: Teal. HEX triplet: 09, 72 and 89. RGB value is (9,114,137). Sum of RGB (Red+Green+Blue) = 9+114+137=260 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.46% from 260); Green value is 114 (44.92% from 255 or 43.85% from 260); Blue value is 137 (53.91% from 255 or 52.69% from 260); Max value from RGB is 137 - color contains mainly: blue. Hex color #097289 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097289 is #F68D76. Grayscale: #555555. Windows color (decimal): -16158071 or 9007625. OLE color: 9007625.
HSL color Cylindrical-coordinate representation of color #097289: hue angle of 190.78º 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 #097289 is Cyan = 0.93, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 9 | 114 | 137 | - |
| CMYK | 0.93 | 0.17 | 0 | 0.46 |
| HSL | 190.78º | 0.88% | 0.29% | - |
| HSV(B) | 190.78º | 0.93% | 0.54% | - |
| XYZ | 10.65 | 13.9 | 25.79 | - |
| YUV | 85.23 | 157.21 | 73.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 114 | 137 | 0.93 | 0.17 | 0 | 0.46 | 190.78 | 0.88 | 0.29 |
| Hex | 9 | 72 | 89 | 5D | 11 | 0 | 2E | BF | 58 | 1D |
| Octal | 11 | 162 | 211 | 135 | 21 | 0 | 56 | 277 | 130 | 35 |
| Binary | 1001 | 1110010 | 10001001 | 1011101 | 10001 | 0 | 101110 | 10111111 | 1011000 | 11101 |
Color Harmonies of #097289
Complementary color
Monochromatic Colors of #097289
Black with #097289
Text Example
Text Example
White with #097289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097289; }
p { color: rgb(9,114,137); }
H1.HeaderClassName
{
color: #097289;
}
.AnyTagClassName
{
color: #097289;
}
</style>
background-color css
<style>
a { background-color: #097289; }
a { background-color: rgb(9,114,137); }
div.DivClassName
{
background-color: #097289;
}
.BgClassName
{
background-color: #097289;
}
</style>
border-color css
<style>
span { border-color: #097289; }
span { border-color: rgb(9,114,137); }
td.TdClassName
{
border-color: #097289;
}
.TagClassName
{
border-color: #097289;
}
</style>