Shades of Teal #087E87
Tints of Teal #087E87
RGB
CMYK
RGB Variations
Color information
#087E87 (or 0x087E87) is known color: Teal. HEX triplet: 08, 7E and 87. RGB value is (8,126,135). Sum of RGB (Red+Green+Blue) = 8+126+135=269 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.97% from 269); Green value is 126 (49.61% from 255 or 46.84% from 269); Blue value is 135 (53.12% from 255 or 50.19% from 269); Max value from RGB is 135 - color contains mainly: blue. Hex color #087E87 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087E87 is #F78178. Grayscale: #5B5B5B. Windows color (decimal): -16220537 or 8879624. OLE color: 8879624.
HSL color Cylindrical-coordinate representation of color #087E87: hue angle of 184.25º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #087E87 is Cyan = 0.94, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 8 | 126 | 135 | - |
| CMYK | 0.94 | 0.07 | 0 | 0.47 |
| HSL | 184.25º | 0.89% | 0.28% | - |
| HSV(B) | 184.25º | 0.94% | 0.53% | - |
| XYZ | 11.93 | 16.72 | 25.52 | - |
| YUV | 91.74 | 152.41 | 68.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 126 | 135 | 0.94 | 0.07 | 0 | 0.47 | 184.25 | 0.89 | 0.28 |
| Hex | 8 | 7E | 87 | 5E | 7 | 0 | 2F | B8 | 59 | 1C |
| Octal | 10 | 176 | 207 | 136 | 7 | 0 | 57 | 270 | 131 | 34 |
| Binary | 1000 | 1111110 | 10000111 | 1011110 | 111 | 0 | 101111 | 10111000 | 1011001 | 11100 |
Color Harmonies of #087E87
Complementary color
Monochromatic Colors of #087E87
Black with #087E87
Text Example
Text Example
White with #087E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087E87; }
p { color: rgb(8,126,135); }
H1.HeaderClassName
{
color: #087E87;
}
.AnyTagClassName
{
color: #087E87;
}
</style>
background-color css
<style>
a { background-color: #087E87; }
a { background-color: rgb(8,126,135); }
div.DivClassName
{
background-color: #087E87;
}
.BgClassName
{
background-color: #087E87;
}
</style>
border-color css
<style>
span { border-color: #087E87; }
span { border-color: rgb(8,126,135); }
td.TdClassName
{
border-color: #087E87;
}
.TagClassName
{
border-color: #087E87;
}
</style>