Shades of Teal #087080
Tints of Teal #087080
RGB
CMYK
RGB Variations
Color information
#087080 (or 0x087080) is known color: Teal. HEX triplet: 08, 70 and 80. RGB value is (8,112,128). Sum of RGB (Red+Green+Blue) = 8+112+128=248 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.23% from 248); Green value is 112 (44.14% from 255 or 45.16% from 248); Blue value is 128 (50.39% from 255 or 51.61% from 248); Max value from RGB is 128 - color contains mainly: blue. Hex color #087080 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087080 is #F78F7F. Grayscale: #525252. Windows color (decimal): -16224128 or 8417288. OLE color: 8417288.
HSL color Cylindrical-coordinate representation of color #087080: hue angle of 188º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #087080 is Cyan = 0.94, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 8 | 112 | 128 | - |
| CMYK | 0.94 | 0.12 | 0 | 0.50 |
| HSL | 188º | 0.88% | 0.27% | - |
| HSV(B) | 188º | 0.94% | 0.5% | - |
| XYZ | 9.79 | 13.2 | 22.45 | - |
| YUV | 82.73 | 153.54 | 74.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 112 | 128 | 0.94 | 0.12 | 0 | 0.50 | 188 | 0.88 | 0.27 |
| Hex | 8 | 70 | 80 | 5E | C | 0 | 32 | BC | 58 | 1B |
| Octal | 10 | 160 | 200 | 136 | 14 | 0 | 62 | 274 | 130 | 33 |
| Binary | 1000 | 1110000 | 10000000 | 1011110 | 1100 | 0 | 110010 | 10111100 | 1011000 | 11011 |
Color Harmonies of #087080
Complementary color
Monochromatic Colors of #087080
Black with #087080
Text Example
Text Example
White with #087080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087080; }
p { color: rgb(8,112,128); }
H1.HeaderClassName
{
color: #087080;
}
.AnyTagClassName
{
color: #087080;
}
</style>
background-color css
<style>
a { background-color: #087080; }
a { background-color: rgb(8,112,128); }
div.DivClassName
{
background-color: #087080;
}
.BgClassName
{
background-color: #087080;
}
</style>
border-color css
<style>
span { border-color: #087080; }
span { border-color: rgb(8,112,128); }
td.TdClassName
{
border-color: #087080;
}
.TagClassName
{
border-color: #087080;
}
</style>