Shades of Teal #087A7F
Tints of Teal #087A7F
RGB
CMYK
RGB Variations
Color information
#087A7F (or 0x087A7F) is known color: Teal. HEX triplet: 08, 7A and 7F. RGB value is (8,122,127). Sum of RGB (Red+Green+Blue) = 8+122+127=257 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.11% from 257); Green value is 122 (48.05% from 255 or 47.47% from 257); Blue value is 127 (50% from 255 or 49.42% from 257); Max value from RGB is 127 - color contains mainly: blue. Hex color #087A7F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087A7F is #F78580. Grayscale: #585858. Windows color (decimal): -16221569 or 8354312. OLE color: 8354312.
HSL color Cylindrical-coordinate representation of color #087A7F: hue angle of 182.52º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #087A7F is Cyan = 0.94, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 8 | 122 | 127 | - |
| CMYK | 0.94 | 0.04 | 0 | 0.50 |
| HSL | 182.52º | 0.88% | 0.26% | - |
| HSV(B) | 182.52º | 0.94% | 0.5% | - |
| XYZ | 10.89 | 15.5 | 22.5 | - |
| YUV | 88.48 | 149.73 | 70.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 122 | 127 | 0.94 | 0.04 | 0 | 0.50 | 182.52 | 0.88 | 0.26 |
| Hex | 8 | 7A | 7F | 5E | 4 | 0 | 32 | B7 | 58 | 1A |
| Octal | 10 | 172 | 177 | 136 | 4 | 0 | 62 | 267 | 130 | 32 |
| Binary | 1000 | 1111010 | 1111111 | 1011110 | 100 | 0 | 110010 | 10110111 | 1011000 | 11010 |
Color Harmonies of #087A7F
Complementary color
Monochromatic Colors of #087A7F
Black with #087A7F
Text Example
Text Example
White with #087A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087A7F; }
p { color: rgb(8,122,127); }
H1.HeaderClassName
{
color: #087A7F;
}
.AnyTagClassName
{
color: #087A7F;
}
</style>
background-color css
<style>
a { background-color: #087A7F; }
a { background-color: rgb(8,122,127); }
div.DivClassName
{
background-color: #087A7F;
}
.BgClassName
{
background-color: #087A7F;
}
</style>
border-color css
<style>
span { border-color: #087A7F; }
span { border-color: rgb(8,122,127); }
td.TdClassName
{
border-color: #087A7F;
}
.TagClassName
{
border-color: #087A7F;
}
</style>