Shades of Teal #09798B
Tints of Teal #09798B
RGB
CMYK
RGB Variations
Color information
#09798B (or 0x09798B) is known color: Teal. HEX triplet: 09, 79 and 8B. RGB value is (9,121,139). Sum of RGB (Red+Green+Blue) = 9+121+139=269 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.35% from 269); Green value is 121 (47.66% from 255 or 44.98% from 269); Blue value is 139 (54.69% from 255 or 51.67% from 269); Max value from RGB is 139 - color contains mainly: blue. Hex color #09798B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09798B is #F68674. Grayscale: #595959. Windows color (decimal): -16156277 or 9140489. OLE color: 9140489.
HSL color Cylindrical-coordinate representation of color #09798B: hue angle of 188.31º 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 #09798B is Cyan = 0.94, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 9 | 121 | 139 | - |
| CMYK | 0.94 | 0.13 | 0 | 0.45 |
| HSL | 188.31º | 0.88% | 0.29% | - |
| HSV(B) | 188.31º | 0.94% | 0.55% | - |
| XYZ | 11.61 | 15.6 | 26.82 | - |
| YUV | 89.56 | 155.89 | 70.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 121 | 139 | 0.94 | 0.13 | 0 | 0.45 | 188.31 | 0.88 | 0.29 |
| Hex | 9 | 79 | 8B | 5E | D | 0 | 2D | BC | 58 | 1D |
| Octal | 11 | 171 | 213 | 136 | 15 | 0 | 55 | 274 | 130 | 35 |
| Binary | 1001 | 1111001 | 10001011 | 1011110 | 1101 | 0 | 101101 | 10111100 | 1011000 | 11101 |
Color Harmonies of #09798B
Complementary color
Monochromatic Colors of #09798B
Black with #09798B
Text Example
Text Example
White with #09798B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09798B; }
p { color: rgb(9,121,139); }
H1.HeaderClassName
{
color: #09798B;
}
.AnyTagClassName
{
color: #09798B;
}
</style>
background-color css
<style>
a { background-color: #09798B; }
a { background-color: rgb(9,121,139); }
div.DivClassName
{
background-color: #09798B;
}
.BgClassName
{
background-color: #09798B;
}
</style>
border-color css
<style>
span { border-color: #09798B; }
span { border-color: rgb(9,121,139); }
td.TdClassName
{
border-color: #09798B;
}
.TagClassName
{
border-color: #09798B;
}
</style>