Shades of Teal #09778A
Tints of Teal #09778A
RGB
CMYK
RGB Variations
Color information
#09778A (or 0x09778A) is known color: Teal. HEX triplet: 09, 77 and 8A. RGB value is (9,119,138). Sum of RGB (Red+Green+Blue) = 9+119+138=266 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.38% from 266); Green value is 119 (46.88% from 255 or 44.74% from 266); Blue value is 138 (54.30% from 255 or 51.88% from 266); Max value from RGB is 138 - color contains mainly: blue. Hex color #09778A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09778A is #F68875. Grayscale: #585858. Windows color (decimal): -16156790 or 9074441. OLE color: 9074441.
HSL color Cylindrical-coordinate representation of color #09778A: hue angle of 188.84º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09778A is Cyan = 0.93, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 9 | 119 | 138 | - |
| CMYK | 0.93 | 0.14 | 0 | 0.46 |
| HSL | 188.84º | 0.88% | 0.29% | - |
| HSV(B) | 188.84º | 0.93% | 0.54% | - |
| XYZ | 11.3 | 15.09 | 26.36 | - |
| YUV | 88.28 | 156.06 | 71.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 119 | 138 | 0.93 | 0.14 | 0 | 0.46 | 188.84 | 0.88 | 0.29 |
| Hex | 9 | 77 | 8A | 5D | E | 0 | 2E | BD | 58 | 1D |
| Octal | 11 | 167 | 212 | 135 | 16 | 0 | 56 | 275 | 130 | 35 |
| Binary | 1001 | 1110111 | 10001010 | 1011101 | 1110 | 0 | 101110 | 10111101 | 1011000 | 11101 |
Color Harmonies of #09778A
Complementary color
Monochromatic Colors of #09778A
Black with #09778A
Text Example
Text Example
White with #09778A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09778A; }
p { color: rgb(9,119,138); }
H1.HeaderClassName
{
color: #09778A;
}
.AnyTagClassName
{
color: #09778A;
}
</style>
background-color css
<style>
a { background-color: #09778A; }
a { background-color: rgb(9,119,138); }
div.DivClassName
{
background-color: #09778A;
}
.BgClassName
{
background-color: #09778A;
}
</style>
border-color css
<style>
span { border-color: #09778A; }
span { border-color: rgb(9,119,138); }
td.TdClassName
{
border-color: #09778A;
}
.TagClassName
{
border-color: #09778A;
}
</style>