Shades of Teal #087D8D
Tints of Teal #087D8D
RGB
CMYK
RGB Variations
Color information
#087D8D (or 0x087D8D) is known color: Teal. HEX triplet: 08, 7D and 8D. RGB value is (8,125,141). Sum of RGB (Red+Green+Blue) = 8+125+141=274 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.92% from 274); Green value is 125 (49.22% from 255 or 45.62% from 274); Blue value is 141 (55.47% from 255 or 51.46% from 274); Max value from RGB is 141 - color contains mainly: blue. Hex color #087D8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087D8D is #F78272. Grayscale: #5B5B5B. Windows color (decimal): -16220787 or 9272584. OLE color: 9272584.
HSL color Cylindrical-coordinate representation of color #087D8D: hue angle of 187.22º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #087D8D is Cyan = 0.94, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 8 | 125 | 141 | - |
| CMYK | 0.94 | 0.11 | 0 | 0.45 |
| HSL | 187.22º | 0.89% | 0.29% | - |
| HSV(B) | 187.22º | 0.94% | 0.55% | - |
| XYZ | 12.24 | 16.64 | 27.77 | - |
| YUV | 91.84 | 155.74 | 68.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 125 | 141 | 0.94 | 0.11 | 0 | 0.45 | 187.22 | 0.89 | 0.29 |
| Hex | 8 | 7D | 8D | 5E | B | 0 | 2D | BB | 59 | 1D |
| Octal | 10 | 175 | 215 | 136 | 13 | 0 | 55 | 273 | 131 | 35 |
| Binary | 1000 | 1111101 | 10001101 | 1011110 | 1011 | 0 | 101101 | 10111011 | 1011001 | 11101 |
Color Harmonies of #087D8D
Complementary color
Monochromatic Colors of #087D8D
Black with #087D8D
Text Example
Text Example
White with #087D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087D8D; }
p { color: rgb(8,125,141); }
H1.HeaderClassName
{
color: #087D8D;
}
.AnyTagClassName
{
color: #087D8D;
}
</style>
background-color css
<style>
a { background-color: #087D8D; }
a { background-color: rgb(8,125,141); }
div.DivClassName
{
background-color: #087D8D;
}
.BgClassName
{
background-color: #087D8D;
}
</style>
border-color css
<style>
span { border-color: #087D8D; }
span { border-color: rgb(8,125,141); }
td.TdClassName
{
border-color: #087D8D;
}
.TagClassName
{
border-color: #087D8D;
}
</style>