Shades of Teal #09798C
Tints of Teal #09798C
RGB
CMYK
RGB Variations
Color information
#09798C (or 0x09798C) is known color: Teal. HEX triplet: 09, 79 and 8C. RGB value is (9,121,140). Sum of RGB (Red+Green+Blue) = 9+121+140=270 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.33% from 270); Green value is 121 (47.66% from 255 or 44.81% from 270); Blue value is 140 (55.08% from 255 or 51.85% from 270); Max value from RGB is 140 - color contains mainly: blue. Hex color #09798C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09798C is #F68673. Grayscale: #595959. Windows color (decimal): -16156276 or 9206025. OLE color: 9206025.
HSL color Cylindrical-coordinate representation of color #09798C: hue angle of 188.7º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09798C is Cyan = 0.94, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 9 | 121 | 140 | - |
| CMYK | 0.94 | 0.14 | 0 | 0.45 |
| HSL | 188.7º | 0.88% | 0.29% | - |
| HSV(B) | 188.7º | 0.94% | 0.55% | - |
| XYZ | 11.68 | 15.63 | 27.21 | - |
| YUV | 89.68 | 156.39 | 70.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 121 | 140 | 0.94 | 0.14 | 0 | 0.45 | 188.7 | 0.88 | 0.29 |
| Hex | 9 | 79 | 8C | 5E | E | 0 | 2D | BD | 58 | 1D |
| Octal | 11 | 171 | 214 | 136 | 16 | 0 | 55 | 275 | 130 | 35 |
| Binary | 1001 | 1111001 | 10001100 | 1011110 | 1110 | 0 | 101101 | 10111101 | 1011000 | 11101 |
Color Harmonies of #09798C
Complementary color
Monochromatic Colors of #09798C
Black with #09798C
Text Example
Text Example
White with #09798C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09798C; }
p { color: rgb(9,121,140); }
H1.HeaderClassName
{
color: #09798C;
}
.AnyTagClassName
{
color: #09798C;
}
</style>
background-color css
<style>
a { background-color: #09798C; }
a { background-color: rgb(9,121,140); }
div.DivClassName
{
background-color: #09798C;
}
.BgClassName
{
background-color: #09798C;
}
</style>
border-color css
<style>
span { border-color: #09798C; }
span { border-color: rgb(9,121,140); }
td.TdClassName
{
border-color: #09798C;
}
.TagClassName
{
border-color: #09798C;
}
</style>