Shades of Teal #087A8B
Tints of Teal #087A8B
RGB
CMYK
RGB Variations
Color information
#087A8B (or 0x087A8B) is known color: Teal. HEX triplet: 08, 7A and 8B. RGB value is (8,122,139). Sum of RGB (Red+Green+Blue) = 8+122+139=269 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.97% from 269); Green value is 122 (48.05% from 255 or 45.35% from 269); Blue value is 139 (54.69% from 255 or 51.67% from 269); Max value from RGB is 139 - color contains mainly: blue. Hex color #087A8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087A8B is #F78574. Grayscale: #595959. Windows color (decimal): -16221557 or 9140744. OLE color: 9140744.
HSL color Cylindrical-coordinate representation of color #087A8B: hue angle of 187.79º degrees, saturation: 0.89, 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 #087A8B is Cyan = 0.94, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 8 | 122 | 139 | - |
| CMYK | 0.94 | 0.12 | 0 | 0.45 |
| HSL | 187.79º | 0.89% | 0.29% | - |
| HSV(B) | 187.79º | 0.94% | 0.55% | - |
| XYZ | 11.72 | 15.83 | 26.86 | - |
| YUV | 89.85 | 155.73 | 69.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 122 | 139 | 0.94 | 0.12 | 0 | 0.45 | 187.79 | 0.89 | 0.29 |
| Hex | 8 | 7A | 8B | 5E | C | 0 | 2D | BC | 59 | 1D |
| Octal | 10 | 172 | 213 | 136 | 14 | 0 | 55 | 274 | 131 | 35 |
| Binary | 1000 | 1111010 | 10001011 | 1011110 | 1100 | 0 | 101101 | 10111100 | 1011001 | 11101 |
Color Harmonies of #087A8B
Complementary color
Monochromatic Colors of #087A8B
Black with #087A8B
Text Example
Text Example
White with #087A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087A8B; }
p { color: rgb(8,122,139); }
H1.HeaderClassName
{
color: #087A8B;
}
.AnyTagClassName
{
color: #087A8B;
}
</style>
background-color css
<style>
a { background-color: #087A8B; }
a { background-color: rgb(8,122,139); }
div.DivClassName
{
background-color: #087A8B;
}
.BgClassName
{
background-color: #087A8B;
}
</style>
border-color css
<style>
span { border-color: #087A8B; }
span { border-color: rgb(8,122,139); }
td.TdClassName
{
border-color: #087A8B;
}
.TagClassName
{
border-color: #087A8B;
}
</style>