Shades of Teal #087A8E
Tints of Teal #087A8E
RGB
CMYK
RGB Variations
Color information
#087A8E (or 0x087A8E) is known color: Teal. HEX triplet: 08, 7A and 8E. RGB value is (8,122,142). Sum of RGB (Red+Green+Blue) = 8+122+142=272 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.94% from 272); Green value is 122 (48.05% from 255 or 44.85% from 272); Blue value is 142 (55.86% from 255 or 52.21% from 272); Max value from RGB is 142 - color contains mainly: blue. Hex color #087A8E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087A8E is #F78571. Grayscale: #5A5A5A. Windows color (decimal): -16221554 or 9337352. OLE color: 9337352.
HSL color Cylindrical-coordinate representation of color #087A8E: hue angle of 188.96º 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 #087A8E is Cyan = 0.94, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 8 | 122 | 142 | - |
| CMYK | 0.94 | 0.14 | 0 | 0.44 |
| HSL | 188.96º | 0.89% | 0.29% | - |
| HSV(B) | 188.96º | 0.94% | 0.56% | - |
| XYZ | 11.94 | 15.92 | 28.04 | - |
| YUV | 90.19 | 157.23 | 69.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 122 | 142 | 0.94 | 0.14 | 0 | 0.44 | 188.96 | 0.89 | 0.29 |
| Hex | 8 | 7A | 8E | 5E | E | 0 | 2C | BD | 59 | 1D |
| Octal | 10 | 172 | 216 | 136 | 16 | 0 | 54 | 275 | 131 | 35 |
| Binary | 1000 | 1111010 | 10001110 | 1011110 | 1110 | 0 | 101100 | 10111101 | 1011001 | 11101 |
Color Harmonies of #087A8E
Complementary color
Monochromatic Colors of #087A8E
Black with #087A8E
Text Example
Text Example
White with #087A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087A8E; }
p { color: rgb(8,122,142); }
H1.HeaderClassName
{
color: #087A8E;
}
.AnyTagClassName
{
color: #087A8E;
}
</style>
background-color css
<style>
a { background-color: #087A8E; }
a { background-color: rgb(8,122,142); }
div.DivClassName
{
background-color: #087A8E;
}
.BgClassName
{
background-color: #087A8E;
}
</style>
border-color css
<style>
span { border-color: #087A8E; }
span { border-color: rgb(8,122,142); }
td.TdClassName
{
border-color: #087A8E;
}
.TagClassName
{
border-color: #087A8E;
}
</style>