Shades of Teal #087387
Tints of Teal #087387
RGB
CMYK
RGB Variations
Color information
#087387 (or 0x087387) is known color: Teal. HEX triplet: 08, 73 and 87. RGB value is (8,115,135). Sum of RGB (Red+Green+Blue) = 8+115+135=258 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.10% from 258); Green value is 115 (45.31% from 255 or 44.57% from 258); Blue value is 135 (53.12% from 255 or 52.33% from 258); Max value from RGB is 135 - color contains mainly: blue. Hex color #087387 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087387 is #F78C78. Grayscale: #555555. Windows color (decimal): -16223353 or 8876808. OLE color: 8876808.
HSL color Cylindrical-coordinate representation of color #087387: hue angle of 189.45º 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 #087387 is Cyan = 0.94, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 8 | 115 | 135 | - |
| CMYK | 0.94 | 0.15 | 0 | 0.47 |
| HSL | 189.45º | 0.89% | 0.28% | - |
| HSV(B) | 189.45º | 0.94% | 0.53% | - |
| XYZ | 10.6 | 14.06 | 25.08 | - |
| YUV | 85.29 | 156.05 | 72.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 115 | 135 | 0.94 | 0.15 | 0 | 0.47 | 189.45 | 0.89 | 0.28 |
| Hex | 8 | 73 | 87 | 5E | F | 0 | 2F | BD | 59 | 1C |
| Octal | 10 | 163 | 207 | 136 | 17 | 0 | 57 | 275 | 131 | 34 |
| Binary | 1000 | 1110011 | 10000111 | 1011110 | 1111 | 0 | 101111 | 10111101 | 1011001 | 11100 |
Color Harmonies of #087387
Complementary color
Monochromatic Colors of #087387
Black with #087387
Text Example
Text Example
White with #087387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087387; }
p { color: rgb(8,115,135); }
H1.HeaderClassName
{
color: #087387;
}
.AnyTagClassName
{
color: #087387;
}
</style>
background-color css
<style>
a { background-color: #087387; }
a { background-color: rgb(8,115,135); }
div.DivClassName
{
background-color: #087387;
}
.BgClassName
{
background-color: #087387;
}
</style>
border-color css
<style>
span { border-color: #087387; }
span { border-color: rgb(8,115,135); }
td.TdClassName
{
border-color: #087387;
}
.TagClassName
{
border-color: #087387;
}
</style>