Shades of Teal #09778B
Tints of Teal #09778B
RGB
CMYK
RGB Variations
Color information
#09778B (or 0x09778B) is known color: Teal. HEX triplet: 09, 77 and 8B. RGB value is (9,119,139). Sum of RGB (Red+Green+Blue) = 9+119+139=267 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.37% from 267); Green value is 119 (46.88% from 255 or 44.57% from 267); Blue value is 139 (54.69% from 255 or 52.06% from 267); Max value from RGB is 139 - color contains mainly: blue. Hex color #09778B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09778B is #F68874. Grayscale: #585858. Windows color (decimal): -16156789 or 9139977. OLE color: 9139977.
HSL color Cylindrical-coordinate representation of color #09778B: hue angle of 189.23º 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 #09778B is Cyan = 0.94, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 9 | 119 | 139 | - |
| CMYK | 0.94 | 0.14 | 0 | 0.45 |
| HSL | 189.23º | 0.88% | 0.29% | - |
| HSV(B) | 189.23º | 0.94% | 0.55% | - |
| XYZ | 11.37 | 15.12 | 26.74 | - |
| YUV | 88.39 | 156.56 | 71.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 119 | 139 | 0.94 | 0.14 | 0 | 0.45 | 189.23 | 0.88 | 0.29 |
| Hex | 9 | 77 | 8B | 5E | E | 0 | 2D | BD | 58 | 1D |
| Octal | 11 | 167 | 213 | 136 | 16 | 0 | 55 | 275 | 130 | 35 |
| Binary | 1001 | 1110111 | 10001011 | 1011110 | 1110 | 0 | 101101 | 10111101 | 1011000 | 11101 |
Color Harmonies of #09778B
Complementary color
Monochromatic Colors of #09778B
Black with #09778B
Text Example
Text Example
White with #09778B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09778B; }
p { color: rgb(9,119,139); }
H1.HeaderClassName
{
color: #09778B;
}
.AnyTagClassName
{
color: #09778B;
}
</style>
background-color css
<style>
a { background-color: #09778B; }
a { background-color: rgb(9,119,139); }
div.DivClassName
{
background-color: #09778B;
}
.BgClassName
{
background-color: #09778B;
}
</style>
border-color css
<style>
span { border-color: #09778B; }
span { border-color: rgb(9,119,139); }
td.TdClassName
{
border-color: #09778B;
}
.TagClassName
{
border-color: #09778B;
}
</style>