Shades of Teal #09788C
Tints of Teal #09788C
RGB
CMYK
RGB Variations
Color information
#09788C (or 0x09788C) is known color: Teal. HEX triplet: 09, 78 and 8C. RGB value is (9,120,140). Sum of RGB (Red+Green+Blue) = 9+120+140=269 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.35% from 269); Green value is 120 (47.27% from 255 or 44.61% from 269); Blue value is 140 (55.08% from 255 or 52.04% from 269); Max value from RGB is 140 - color contains mainly: blue. Hex color #09788C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09788C is #F68773. Grayscale: #585858. Windows color (decimal): -16156532 or 9205769. OLE color: 9205769.
HSL color Cylindrical-coordinate representation of color #09788C: hue angle of 189.16º 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 #09788C is Cyan = 0.94, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 9 | 120 | 140 | - |
| CMYK | 0.94 | 0.14 | 0 | 0.45 |
| HSL | 189.16º | 0.88% | 0.29% | - |
| HSV(B) | 189.16º | 0.94% | 0.55% | - |
| XYZ | 11.56 | 15.38 | 27.17 | - |
| YUV | 89.09 | 156.73 | 70.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 120 | 140 | 0.94 | 0.14 | 0 | 0.45 | 189.16 | 0.88 | 0.29 |
| Hex | 9 | 78 | 8C | 5E | E | 0 | 2D | BD | 58 | 1D |
| Octal | 11 | 170 | 214 | 136 | 16 | 0 | 55 | 275 | 130 | 35 |
| Binary | 1001 | 1111000 | 10001100 | 1011110 | 1110 | 0 | 101101 | 10111101 | 1011000 | 11101 |
Color Harmonies of #09788C
Complementary color
Monochromatic Colors of #09788C
Black with #09788C
Text Example
Text Example
White with #09788C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09788C; }
p { color: rgb(9,120,140); }
H1.HeaderClassName
{
color: #09788C;
}
.AnyTagClassName
{
color: #09788C;
}
</style>
background-color css
<style>
a { background-color: #09788C; }
a { background-color: rgb(9,120,140); }
div.DivClassName
{
background-color: #09788C;
}
.BgClassName
{
background-color: #09788C;
}
</style>
border-color css
<style>
span { border-color: #09788C; }
span { border-color: rgb(9,120,140); }
td.TdClassName
{
border-color: #09788C;
}
.TagClassName
{
border-color: #09788C;
}
</style>