Shades of Teal #09778C
Tints of Teal #09778C
RGB
CMYK
RGB Variations
Color information
#09778C (or 0x09778C) is known color: Teal. HEX triplet: 09, 77 and 8C. RGB value is (9,119,140). Sum of RGB (Red+Green+Blue) = 9+119+140=268 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.36% from 268); Green value is 119 (46.88% from 255 or 44.40% from 268); Blue value is 140 (55.08% from 255 or 52.24% from 268); Max value from RGB is 140 - color contains mainly: blue. Hex color #09778C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09778C is #F68873. Grayscale: #585858. Windows color (decimal): -16156788 or 9205513. OLE color: 9205513.
HSL color Cylindrical-coordinate representation of color #09778C: hue angle of 189.62º 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 #09778C is Cyan = 0.94, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 9 | 119 | 140 | - |
| CMYK | 0.94 | 0.15 | 0 | 0.45 |
| HSL | 189.62º | 0.88% | 0.29% | - |
| HSV(B) | 189.62º | 0.94% | 0.55% | - |
| XYZ | 11.44 | 15.15 | 27.13 | - |
| YUV | 88.5 | 157.06 | 71.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 119 | 140 | 0.94 | 0.15 | 0 | 0.45 | 189.62 | 0.88 | 0.29 |
| Hex | 9 | 77 | 8C | 5E | F | 0 | 2D | BE | 58 | 1D |
| Octal | 11 | 167 | 214 | 136 | 17 | 0 | 55 | 276 | 130 | 35 |
| Binary | 1001 | 1110111 | 10001100 | 1011110 | 1111 | 0 | 101101 | 10111110 | 1011000 | 11101 |
Color Harmonies of #09778C
Complementary color
Monochromatic Colors of #09778C
Black with #09778C
Text Example
Text Example
White with #09778C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09778C; }
p { color: rgb(9,119,140); }
H1.HeaderClassName
{
color: #09778C;
}
.AnyTagClassName
{
color: #09778C;
}
</style>
background-color css
<style>
a { background-color: #09778C; }
a { background-color: rgb(9,119,140); }
div.DivClassName
{
background-color: #09778C;
}
.BgClassName
{
background-color: #09778C;
}
</style>
border-color css
<style>
span { border-color: #09778C; }
span { border-color: rgb(9,119,140); }
td.TdClassName
{
border-color: #09778C;
}
.TagClassName
{
border-color: #09778C;
}
</style>