Shades of Teal #087782
Tints of Teal #087782
RGB
CMYK
RGB Variations
Color information
#087782 (or 0x087782) is known color: Teal. HEX triplet: 08, 77 and 82. RGB value is (8,119,130). Sum of RGB (Red+Green+Blue) = 8+119+130=257 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.11% from 257); Green value is 119 (46.88% from 255 or 46.30% from 257); Blue value is 130 (51.17% from 255 or 50.58% from 257); Max value from RGB is 130 - color contains mainly: blue. Hex color #087782 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087782 is #F7887D. Grayscale: #565656. Windows color (decimal): -16222334 or 8550152. OLE color: 8550152.
HSL color Cylindrical-coordinate representation of color #087782: hue angle of 185.41º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #087782 is Cyan = 0.94, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 8 | 119 | 130 | - |
| CMYK | 0.94 | 0.08 | 0 | 0.49 |
| HSL | 185.41º | 0.88% | 0.27% | - |
| HSV(B) | 185.41º | 0.94% | 0.51% | - |
| XYZ | 10.73 | 14.86 | 23.42 | - |
| YUV | 87.07 | 152.23 | 71.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 119 | 130 | 0.94 | 0.08 | 0 | 0.49 | 185.41 | 0.88 | 0.27 |
| Hex | 8 | 77 | 82 | 5E | 8 | 0 | 31 | B9 | 58 | 1B |
| Octal | 10 | 167 | 202 | 136 | 10 | 0 | 61 | 271 | 130 | 33 |
| Binary | 1000 | 1110111 | 10000010 | 1011110 | 1000 | 0 | 110001 | 10111001 | 1011000 | 11011 |
Color Harmonies of #087782
Complementary color
Monochromatic Colors of #087782
Black with #087782
Text Example
Text Example
White with #087782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087782; }
p { color: rgb(8,119,130); }
H1.HeaderClassName
{
color: #087782;
}
.AnyTagClassName
{
color: #087782;
}
</style>
background-color css
<style>
a { background-color: #087782; }
a { background-color: rgb(8,119,130); }
div.DivClassName
{
background-color: #087782;
}
.BgClassName
{
background-color: #087782;
}
</style>
border-color css
<style>
span { border-color: #087782; }
span { border-color: rgb(8,119,130); }
td.TdClassName
{
border-color: #087782;
}
.TagClassName
{
border-color: #087782;
}
</style>