Shades of Teal #087F87
Tints of Teal #087F87
RGB
CMYK
RGB Variations
Color information
#087F87 (or 0x087F87) is known color: Teal. HEX triplet: 08, 7F and 87. RGB value is (8,127,135). Sum of RGB (Red+Green+Blue) = 8+127+135=270 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.96% from 270); Green value is 127 (50% from 255 or 47.04% from 270); Blue value is 135 (53.12% from 255 or 50% from 270); Max value from RGB is 135 - color contains mainly: blue. Hex color #087F87 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087F87 is #F78078. Grayscale: #5C5C5C. Windows color (decimal): -16220281 or 8879880. OLE color: 8879880.
HSL color Cylindrical-coordinate representation of color #087F87: hue angle of 183.78º 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 #087F87 is Cyan = 0.94, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 8 | 127 | 135 | - |
| CMYK | 0.94 | 0.06 | 0 | 0.47 |
| HSL | 183.78º | 0.89% | 0.28% | - |
| HSV(B) | 183.78º | 0.94% | 0.53% | - |
| XYZ | 12.06 | 16.98 | 25.56 | - |
| YUV | 92.33 | 152.08 | 67.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 127 | 135 | 0.94 | 0.06 | 0 | 0.47 | 183.78 | 0.89 | 0.28 |
| Hex | 8 | 7F | 87 | 5E | 6 | 0 | 2F | B8 | 59 | 1C |
| Octal | 10 | 177 | 207 | 136 | 6 | 0 | 57 | 270 | 131 | 34 |
| Binary | 1000 | 1111111 | 10000111 | 1011110 | 110 | 0 | 101111 | 10111000 | 1011001 | 11100 |
Color Harmonies of #087F87
Complementary color
Monochromatic Colors of #087F87
Black with #087F87
Text Example
Text Example
White with #087F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087F87; }
p { color: rgb(8,127,135); }
H1.HeaderClassName
{
color: #087F87;
}
.AnyTagClassName
{
color: #087F87;
}
</style>
background-color css
<style>
a { background-color: #087F87; }
a { background-color: rgb(8,127,135); }
div.DivClassName
{
background-color: #087F87;
}
.BgClassName
{
background-color: #087F87;
}
</style>
border-color css
<style>
span { border-color: #087F87; }
span { border-color: rgb(8,127,135); }
td.TdClassName
{
border-color: #087F87;
}
.TagClassName
{
border-color: #087F87;
}
</style>