Shades of Teal #09798E
Tints of Teal #09798E
RGB
CMYK
RGB Variations
Color information
#09798E (or 0x09798E) is known color: Teal. HEX triplet: 09, 79 and 8E. RGB value is (9,121,142). Sum of RGB (Red+Green+Blue) = 9+121+142=272 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.31% from 272); Green value is 121 (47.66% from 255 or 44.49% from 272); Blue value is 142 (55.86% from 255 or 52.21% from 272); Max value from RGB is 142 - color contains mainly: blue. Hex color #09798E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09798E is #F68671. Grayscale: #595959. Windows color (decimal): -16156274 or 9337097. OLE color: 9337097.
HSL color Cylindrical-coordinate representation of color #09798E: hue angle of 189.47º 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 #09798E is Cyan = 0.94, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 9 | 121 | 142 | - |
| CMYK | 0.94 | 0.15 | 0 | 0.44 |
| HSL | 189.47º | 0.88% | 0.3% | - |
| HSV(B) | 189.47º | 0.94% | 0.56% | - |
| XYZ | 11.83 | 15.69 | 28 | - |
| YUV | 89.91 | 157.39 | 70.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 121 | 142 | 0.94 | 0.15 | 0 | 0.44 | 189.47 | 0.88 | 0.3 |
| Hex | 9 | 79 | 8E | 5E | F | 0 | 2C | BD | 58 | 1E |
| Octal | 11 | 171 | 216 | 136 | 17 | 0 | 54 | 275 | 130 | 36 |
| Binary | 1001 | 1111001 | 10001110 | 1011110 | 1111 | 0 | 101100 | 10111101 | 1011000 | 11110 |
Color Harmonies of #09798E
Complementary color
Monochromatic Colors of #09798E
Black with #09798E
Text Example
Text Example
White with #09798E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09798E; }
p { color: rgb(9,121,142); }
H1.HeaderClassName
{
color: #09798E;
}
.AnyTagClassName
{
color: #09798E;
}
</style>
background-color css
<style>
a { background-color: #09798E; }
a { background-color: rgb(9,121,142); }
div.DivClassName
{
background-color: #09798E;
}
.BgClassName
{
background-color: #09798E;
}
</style>
border-color css
<style>
span { border-color: #09798E; }
span { border-color: rgb(9,121,142); }
td.TdClassName
{
border-color: #09798E;
}
.TagClassName
{
border-color: #09798E;
}
</style>