Shades of Teal #087587
Tints of Teal #087587
RGB
CMYK
RGB Variations
Color information
#087587 (or 0x087587) is known color: Teal. HEX triplet: 08, 75 and 87. RGB value is (8,117,135). Sum of RGB (Red+Green+Blue) = 8+117+135=260 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.08% from 260); Green value is 117 (46.09% from 255 or 45% from 260); Blue value is 135 (53.12% from 255 or 51.92% from 260); Max value from RGB is 135 - color contains mainly: blue. Hex color #087587 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087587 is #F78A78. Grayscale: #565656. Windows color (decimal): -16222841 or 8877320. OLE color: 8877320.
HSL color Cylindrical-coordinate representation of color #087587: hue angle of 188.5º 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 #087587 is Cyan = 0.94, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 8 | 117 | 135 | - |
| CMYK | 0.94 | 0.13 | 0 | 0.47 |
| HSL | 188.5º | 0.89% | 0.28% | - |
| HSV(B) | 188.5º | 0.94% | 0.53% | - |
| XYZ | 10.83 | 14.52 | 25.15 | - |
| YUV | 86.46 | 155.39 | 72.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 117 | 135 | 0.94 | 0.13 | 0 | 0.47 | 188.5 | 0.89 | 0.28 |
| Hex | 8 | 75 | 87 | 5E | D | 0 | 2F | BD | 59 | 1C |
| Octal | 10 | 165 | 207 | 136 | 15 | 0 | 57 | 275 | 131 | 34 |
| Binary | 1000 | 1110101 | 10000111 | 1011110 | 1101 | 0 | 101111 | 10111101 | 1011001 | 11100 |
Color Harmonies of #087587
Complementary color
Monochromatic Colors of #087587
Black with #087587
Text Example
Text Example
White with #087587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087587; }
p { color: rgb(8,117,135); }
H1.HeaderClassName
{
color: #087587;
}
.AnyTagClassName
{
color: #087587;
}
</style>
background-color css
<style>
a { background-color: #087587; }
a { background-color: rgb(8,117,135); }
div.DivClassName
{
background-color: #087587;
}
.BgClassName
{
background-color: #087587;
}
</style>
border-color css
<style>
span { border-color: #087587; }
span { border-color: rgb(8,117,135); }
td.TdClassName
{
border-color: #087587;
}
.TagClassName
{
border-color: #087587;
}
</style>