Shades of Teal #087A8A
Tints of Teal #087A8A
RGB
CMYK
RGB Variations
Color information
#087A8A (or 0x087A8A) is known color: Teal. HEX triplet: 08, 7A and 8A. RGB value is (8,122,138). Sum of RGB (Red+Green+Blue) = 8+122+138=268 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.99% from 268); Green value is 122 (48.05% from 255 or 45.52% from 268); Blue value is 138 (54.30% from 255 or 51.49% from 268); Max value from RGB is 138 - color contains mainly: blue. Hex color #087A8A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087A8A is #F78575. Grayscale: #595959. Windows color (decimal): -16221558 or 9075208. OLE color: 9075208.
HSL color Cylindrical-coordinate representation of color #087A8A: hue angle of 187.38º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #087A8A is Cyan = 0.94, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 8 | 122 | 138 | - |
| CMYK | 0.94 | 0.12 | 0 | 0.46 |
| HSL | 187.38º | 0.89% | 0.29% | - |
| HSV(B) | 187.38º | 0.94% | 0.54% | - |
| XYZ | 11.65 | 15.81 | 26.48 | - |
| YUV | 89.74 | 155.23 | 69.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 122 | 138 | 0.94 | 0.12 | 0 | 0.46 | 187.38 | 0.89 | 0.29 |
| Hex | 8 | 7A | 8A | 5E | C | 0 | 2E | BB | 59 | 1D |
| Octal | 10 | 172 | 212 | 136 | 14 | 0 | 56 | 273 | 131 | 35 |
| Binary | 1000 | 1111010 | 10001010 | 1011110 | 1100 | 0 | 101110 | 10111011 | 1011001 | 11101 |
Color Harmonies of #087A8A
Complementary color
Monochromatic Colors of #087A8A
Black with #087A8A
Text Example
Text Example
White with #087A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087A8A; }
p { color: rgb(8,122,138); }
H1.HeaderClassName
{
color: #087A8A;
}
.AnyTagClassName
{
color: #087A8A;
}
</style>
background-color css
<style>
a { background-color: #087A8A; }
a { background-color: rgb(8,122,138); }
div.DivClassName
{
background-color: #087A8A;
}
.BgClassName
{
background-color: #087A8A;
}
</style>
border-color css
<style>
span { border-color: #087A8A; }
span { border-color: rgb(8,122,138); }
td.TdClassName
{
border-color: #087A8A;
}
.TagClassName
{
border-color: #087A8A;
}
</style>