Shades of Teal #08778E
Tints of Teal #08778E
RGB
CMYK
RGB Variations
Color information
#08778E (or 0x08778E) is known color: Teal. HEX triplet: 08, 77 and 8E. RGB value is (8,119,142). Sum of RGB (Red+Green+Blue) = 8+119+142=269 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.97% from 269); Green value is 119 (46.88% from 255 or 44.24% from 269); Blue value is 142 (55.86% from 255 or 52.79% from 269); Max value from RGB is 142 - color contains mainly: blue. Hex color #08778E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #08778E is #F78871. Grayscale: #585858. Windows color (decimal): -16222322 or 9336584. OLE color: 9336584.
HSL color Cylindrical-coordinate representation of color #08778E: hue angle of 190.3º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08778E is Cyan = 0.94, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 8 | 119 | 142 | - |
| CMYK | 0.94 | 0.16 | 0 | 0.44 |
| HSL | 190.3º | 0.89% | 0.29% | - |
| HSV(B) | 190.3º | 0.94% | 0.56% | - |
| XYZ | 11.58 | 15.2 | 27.91 | - |
| YUV | 88.43 | 158.23 | 70.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 119 | 142 | 0.94 | 0.16 | 0 | 0.44 | 190.3 | 0.89 | 0.29 |
| Hex | 8 | 77 | 8E | 5E | 10 | 0 | 2C | BE | 59 | 1D |
| Octal | 10 | 167 | 216 | 136 | 20 | 0 | 54 | 276 | 131 | 35 |
| Binary | 1000 | 1110111 | 10001110 | 1011110 | 10000 | 0 | 101100 | 10111110 | 1011001 | 11101 |
Color Harmonies of #08778E
Complementary color
Monochromatic Colors of #08778E
Black with #08778E
Text Example
Text Example
White with #08778E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08778E; }
p { color: rgb(8,119,142); }
H1.HeaderClassName
{
color: #08778E;
}
.AnyTagClassName
{
color: #08778E;
}
</style>
background-color css
<style>
a { background-color: #08778E; }
a { background-color: rgb(8,119,142); }
div.DivClassName
{
background-color: #08778E;
}
.BgClassName
{
background-color: #08778E;
}
</style>
border-color css
<style>
span { border-color: #08778E; }
span { border-color: rgb(8,119,142); }
td.TdClassName
{
border-color: #08778E;
}
.TagClassName
{
border-color: #08778E;
}
</style>