Shades of Teal #087887
Tints of Teal #087887
RGB
CMYK
RGB Variations
Color information
#087887 (or 0x087887) is known color: Teal. HEX triplet: 08, 78 and 87. RGB value is (8,120,135). Sum of RGB (Red+Green+Blue) = 8+120+135=263 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.04% from 263); Green value is 120 (47.27% from 255 or 45.63% from 263); Blue value is 135 (53.12% from 255 or 51.33% from 263); Max value from RGB is 135 - color contains mainly: blue. Hex color #087887 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087887 is #F78778. Grayscale: #585858. Windows color (decimal): -16222073 or 8878088. OLE color: 8878088.
HSL color Cylindrical-coordinate representation of color #087887: hue angle of 187.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 #087887 is Cyan = 0.94, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 8 | 120 | 135 | - |
| CMYK | 0.94 | 0.11 | 0 | 0.47 |
| HSL | 187.09º | 0.89% | 0.28% | - |
| HSV(B) | 187.09º | 0.94% | 0.53% | - |
| XYZ | 11.19 | 15.23 | 25.27 | - |
| YUV | 88.22 | 154.39 | 70.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 120 | 135 | 0.94 | 0.11 | 0 | 0.47 | 187.09 | 0.89 | 0.28 |
| Hex | 8 | 78 | 87 | 5E | B | 0 | 2F | BB | 59 | 1C |
| Octal | 10 | 170 | 207 | 136 | 13 | 0 | 57 | 273 | 131 | 34 |
| Binary | 1000 | 1111000 | 10000111 | 1011110 | 1011 | 0 | 101111 | 10111011 | 1011001 | 11100 |
Color Harmonies of #087887
Complementary color
Monochromatic Colors of #087887
Black with #087887
Text Example
Text Example
White with #087887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087887; }
p { color: rgb(8,120,135); }
H1.HeaderClassName
{
color: #087887;
}
.AnyTagClassName
{
color: #087887;
}
</style>
background-color css
<style>
a { background-color: #087887; }
a { background-color: rgb(8,120,135); }
div.DivClassName
{
background-color: #087887;
}
.BgClassName
{
background-color: #087887;
}
</style>
border-color css
<style>
span { border-color: #087887; }
span { border-color: rgb(8,120,135); }
td.TdClassName
{
border-color: #087887;
}
.TagClassName
{
border-color: #087887;
}
</style>