Shades of Teal #087B8A
Tints of Teal #087B8A
RGB
CMYK
RGB Variations
Color information
#087B8A (or 0x087B8A) is known color: Teal. HEX triplet: 08, 7B and 8A. RGB value is (8,123,138). Sum of RGB (Red+Green+Blue) = 8+123+138=269 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.97% from 269); Green value is 123 (48.44% from 255 or 45.72% from 269); Blue value is 138 (54.30% from 255 or 51.30% from 269); Max value from RGB is 138 - color contains mainly: blue. Hex color #087B8A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087B8A is #F78475. Grayscale: #5A5A5A. Windows color (decimal): -16221302 or 9075464. OLE color: 9075464.
HSL color Cylindrical-coordinate representation of color #087B8A: hue angle of 186.92º 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 #087B8A is Cyan = 0.94, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 8 | 123 | 138 | - |
| CMYK | 0.94 | 0.11 | 0 | 0.46 |
| HSL | 186.92º | 0.89% | 0.29% | - |
| HSV(B) | 186.92º | 0.94% | 0.54% | - |
| XYZ | 11.77 | 16.05 | 26.52 | - |
| YUV | 90.33 | 154.9 | 69.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 123 | 138 | 0.94 | 0.11 | 0 | 0.46 | 186.92 | 0.89 | 0.29 |
| Hex | 8 | 7B | 8A | 5E | B | 0 | 2E | BB | 59 | 1D |
| Octal | 10 | 173 | 212 | 136 | 13 | 0 | 56 | 273 | 131 | 35 |
| Binary | 1000 | 1111011 | 10001010 | 1011110 | 1011 | 0 | 101110 | 10111011 | 1011001 | 11101 |
Color Harmonies of #087B8A
Complementary color
Monochromatic Colors of #087B8A
Black with #087B8A
Text Example
Text Example
White with #087B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087B8A; }
p { color: rgb(8,123,138); }
H1.HeaderClassName
{
color: #087B8A;
}
.AnyTagClassName
{
color: #087B8A;
}
</style>
background-color css
<style>
a { background-color: #087B8A; }
a { background-color: rgb(8,123,138); }
div.DivClassName
{
background-color: #087B8A;
}
.BgClassName
{
background-color: #087B8A;
}
</style>
border-color css
<style>
span { border-color: #087B8A; }
span { border-color: rgb(8,123,138); }
td.TdClassName
{
border-color: #087B8A;
}
.TagClassName
{
border-color: #087B8A;
}
</style>