Shades of Teal #087C85
Tints of Teal #087C85
RGB
CMYK
RGB Variations
Color information
#087C85 (or 0x087C85) is known color: Teal. HEX triplet: 08, 7C and 85. RGB value is (8,124,133). Sum of RGB (Red+Green+Blue) = 8+124+133=265 (35% of max value = 765). Red value is 8 (3.52% from 255 or 3.02% from 265); Green value is 124 (48.83% from 255 or 46.79% from 265); Blue value is 133 (52.34% from 255 or 50.19% from 265); Max value from RGB is 133 - color contains mainly: blue. Hex color #087C85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087C85 is #F7837A. Grayscale: #5A5A5A. Windows color (decimal): -16221051 or 8748040. OLE color: 8748040.
HSL color Cylindrical-coordinate representation of color #087C85: hue angle of 184.32º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #087C85 is Cyan = 0.94, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 8 | 124 | 133 | - |
| CMYK | 0.94 | 0.07 | 0 | 0.48 |
| HSL | 184.32º | 0.89% | 0.28% | - |
| HSV(B) | 184.32º | 0.94% | 0.52% | - |
| XYZ | 11.54 | 16.16 | 24.7 | - |
| YUV | 90.34 | 152.07 | 69.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 124 | 133 | 0.94 | 0.07 | 0 | 0.48 | 184.32 | 0.89 | 0.28 |
| Hex | 8 | 7C | 85 | 5E | 7 | 0 | 30 | B8 | 59 | 1C |
| Octal | 10 | 174 | 205 | 136 | 7 | 0 | 60 | 270 | 131 | 34 |
| Binary | 1000 | 1111100 | 10000101 | 1011110 | 111 | 0 | 110000 | 10111000 | 1011001 | 11100 |
Color Harmonies of #087C85
Complementary color
Monochromatic Colors of #087C85
Black with #087C85
Text Example
Text Example
White with #087C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087C85; }
p { color: rgb(8,124,133); }
H1.HeaderClassName
{
color: #087C85;
}
.AnyTagClassName
{
color: #087C85;
}
</style>
background-color css
<style>
a { background-color: #087C85; }
a { background-color: rgb(8,124,133); }
div.DivClassName
{
background-color: #087C85;
}
.BgClassName
{
background-color: #087C85;
}
</style>
border-color css
<style>
span { border-color: #087C85; }
span { border-color: rgb(8,124,133); }
td.TdClassName
{
border-color: #087C85;
}
.TagClassName
{
border-color: #087C85;
}
</style>