Shades of Teal #097689
Tints of Teal #097689
RGB
CMYK
RGB Variations
Color information
#097689 (or 0x097689) is known color: Teal. HEX triplet: 09, 76 and 89. RGB value is (9,118,137). Sum of RGB (Red+Green+Blue) = 9+118+137=264 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.41% from 264); Green value is 118 (46.48% from 255 or 44.70% from 264); Blue value is 137 (53.91% from 255 or 51.89% from 264); Max value from RGB is 137 - color contains mainly: blue. Hex color #097689 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097689 is #F68976. Grayscale: #575757. Windows color (decimal): -16157047 or 9008649. OLE color: 9008649.
HSL color Cylindrical-coordinate representation of color #097689: hue angle of 188.91º 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 #097689 is Cyan = 0.93, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 9 | 118 | 137 | - |
| CMYK | 0.93 | 0.14 | 0 | 0.46 |
| HSL | 188.91º | 0.88% | 0.29% | - |
| HSV(B) | 188.91º | 0.93% | 0.54% | - |
| XYZ | 11.11 | 14.82 | 25.94 | - |
| YUV | 87.58 | 155.89 | 71.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 118 | 137 | 0.93 | 0.14 | 0 | 0.46 | 188.91 | 0.88 | 0.29 |
| Hex | 9 | 76 | 89 | 5D | E | 0 | 2E | BD | 58 | 1D |
| Octal | 11 | 166 | 211 | 135 | 16 | 0 | 56 | 275 | 130 | 35 |
| Binary | 1001 | 1110110 | 10001001 | 1011101 | 1110 | 0 | 101110 | 10111101 | 1011000 | 11101 |
Color Harmonies of #097689
Complementary color
Monochromatic Colors of #097689
Black with #097689
Text Example
Text Example
White with #097689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097689; }
p { color: rgb(9,118,137); }
H1.HeaderClassName
{
color: #097689;
}
.AnyTagClassName
{
color: #097689;
}
</style>
background-color css
<style>
a { background-color: #097689; }
a { background-color: rgb(9,118,137); }
div.DivClassName
{
background-color: #097689;
}
.BgClassName
{
background-color: #097689;
}
</style>
border-color css
<style>
span { border-color: #097689; }
span { border-color: rgb(9,118,137); }
td.TdClassName
{
border-color: #097689;
}
.TagClassName
{
border-color: #097689;
}
</style>