Shades of Teal #087C80
Tints of Teal #087C80
RGB
CMYK
RGB Variations
Color information
#087C80 (or 0x087C80) is known color: Teal. HEX triplet: 08, 7C and 80. RGB value is (8,124,128). Sum of RGB (Red+Green+Blue) = 8+124+128=260 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.08% from 260); Green value is 124 (48.83% from 255 or 47.69% from 260); Blue value is 128 (50.39% from 255 or 49.23% from 260); Max value from RGB is 128 - color contains mainly: blue. Hex color #087C80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087C80 is #F7837F. Grayscale: #595959. Windows color (decimal): -16221056 or 8420360. OLE color: 8420360.
HSL color Cylindrical-coordinate representation of color #087C80: hue angle of 182º 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 #087C80 is Cyan = 0.94, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 8 | 124 | 128 | - |
| CMYK | 0.94 | 0.03 | 0 | 0.50 |
| HSL | 182º | 0.88% | 0.27% | - |
| HSV(B) | 182º | 0.94% | 0.5% | - |
| XYZ | 11.2 | 16.03 | 22.92 | - |
| YUV | 89.77 | 149.57 | 69.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 124 | 128 | 0.94 | 0.03 | 0 | 0.50 | 182 | 0.88 | 0.27 |
| Hex | 8 | 7C | 80 | 5E | 3 | 0 | 32 | B6 | 58 | 1B |
| Octal | 10 | 174 | 200 | 136 | 3 | 0 | 62 | 266 | 130 | 33 |
| Binary | 1000 | 1111100 | 10000000 | 1011110 | 11 | 0 | 110010 | 10110110 | 1011000 | 11011 |
Color Harmonies of #087C80
Complementary color
Monochromatic Colors of #087C80
Black with #087C80
Text Example
Text Example
White with #087C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087C80; }
p { color: rgb(8,124,128); }
H1.HeaderClassName
{
color: #087C80;
}
.AnyTagClassName
{
color: #087C80;
}
</style>
background-color css
<style>
a { background-color: #087C80; }
a { background-color: rgb(8,124,128); }
div.DivClassName
{
background-color: #087C80;
}
.BgClassName
{
background-color: #087C80;
}
</style>
border-color css
<style>
span { border-color: #087C80; }
span { border-color: rgb(8,124,128); }
td.TdClassName
{
border-color: #087C80;
}
.TagClassName
{
border-color: #087C80;
}
</style>