Shades of Teal #087F80
Tints of Teal #087F80
RGB
CMYK
RGB Variations
Color information
#087F80 (or 0x087F80) is known color: Teal. HEX triplet: 08, 7F and 80. RGB value is (8,127,128). Sum of RGB (Red+Green+Blue) = 8+127+128=263 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.04% from 263); Green value is 127 (50% from 255 or 48.29% from 263); Blue value is 128 (50.39% from 255 or 48.67% from 263); Max value from RGB is 128 - color contains mainly: blue. Hex color #087F80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087F80 is #F7807F. Grayscale: #5B5B5B. Windows color (decimal): -16220288 or 8421128. OLE color: 8421128.
HSL color Cylindrical-coordinate representation of color #087F80: hue angle of 180.5º 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 #087F80 is Cyan = 0.94, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 8 | 127 | 128 | - |
| CMYK | 0.94 | 0.01 | 0 | 0.50 |
| HSL | 180.5º | 0.88% | 0.27% | - |
| HSV(B) | 180.5º | 0.94% | 0.5% | - |
| XYZ | 11.59 | 16.79 | 23.05 | - |
| YUV | 91.53 | 148.58 | 68.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 127 | 128 | 0.94 | 0.01 | 0 | 0.50 | 180.5 | 0.88 | 0.27 |
| Hex | 8 | 7F | 80 | 5E | 1 | 0 | 32 | B4 | 58 | 1B |
| Octal | 10 | 177 | 200 | 136 | 1 | 0 | 62 | 264 | 130 | 33 |
| Binary | 1000 | 1111111 | 10000000 | 1011110 | 1 | 0 | 110010 | 10110100 | 1011000 | 11011 |
Color Harmonies of #087F80
Complementary color
Monochromatic Colors of #087F80
Black with #087F80
Text Example
Text Example
White with #087F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087F80; }
p { color: rgb(8,127,128); }
H1.HeaderClassName
{
color: #087F80;
}
.AnyTagClassName
{
color: #087F80;
}
</style>
background-color css
<style>
a { background-color: #087F80; }
a { background-color: rgb(8,127,128); }
div.DivClassName
{
background-color: #087F80;
}
.BgClassName
{
background-color: #087F80;
}
</style>
border-color css
<style>
span { border-color: #087F80; }
span { border-color: rgb(8,127,128); }
td.TdClassName
{
border-color: #087F80;
}
.TagClassName
{
border-color: #087F80;
}
</style>