Shades of Teal #087B88
Tints of Teal #087B88
RGB
CMYK
RGB Variations
Color information
#087B88 (or 0x087B88) is known color: Teal. HEX triplet: 08, 7B and 88. RGB value is (8,123,136). Sum of RGB (Red+Green+Blue) = 8+123+136=267 (35% of max value = 765). Red value is 8 (3.52% from 255 or 3.00% from 267); Green value is 123 (48.44% from 255 or 46.07% from 267); Blue value is 136 (53.52% from 255 or 50.94% from 267); Max value from RGB is 136 - color contains mainly: blue. Hex color #087B88 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087B88 is #F78477. Grayscale: #595959. Windows color (decimal): -16221304 or 8944392. OLE color: 8944392.
HSL color Cylindrical-coordinate representation of color #087B88: hue angle of 186.09º 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 #087B88 is Cyan = 0.94, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 8 | 123 | 136 | - |
| CMYK | 0.94 | 0.10 | 0 | 0.47 |
| HSL | 186.09º | 0.89% | 0.28% | - |
| HSV(B) | 186.09º | 0.94% | 0.53% | - |
| XYZ | 11.63 | 16 | 25.77 | - |
| YUV | 90.1 | 153.9 | 69.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 123 | 136 | 0.94 | 0.10 | 0 | 0.47 | 186.09 | 0.89 | 0.28 |
| Hex | 8 | 7B | 88 | 5E | A | 0 | 2F | BA | 59 | 1C |
| Octal | 10 | 173 | 210 | 136 | 12 | 0 | 57 | 272 | 131 | 34 |
| Binary | 1000 | 1111011 | 10001000 | 1011110 | 1010 | 0 | 101111 | 10111010 | 1011001 | 11100 |
Color Harmonies of #087B88
Complementary color
Monochromatic Colors of #087B88
Black with #087B88
Text Example
Text Example
White with #087B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087B88; }
p { color: rgb(8,123,136); }
H1.HeaderClassName
{
color: #087B88;
}
.AnyTagClassName
{
color: #087B88;
}
</style>
background-color css
<style>
a { background-color: #087B88; }
a { background-color: rgb(8,123,136); }
div.DivClassName
{
background-color: #087B88;
}
.BgClassName
{
background-color: #087B88;
}
</style>
border-color css
<style>
span { border-color: #087B88; }
span { border-color: rgb(8,123,136); }
td.TdClassName
{
border-color: #087B88;
}
.TagClassName
{
border-color: #087B88;
}
</style>