Shades of Teal #087582
Tints of Teal #087582
RGB
CMYK
RGB Variations
Color information
#087582 (or 0x087582) is known color: Teal. HEX triplet: 08, 75 and 82. RGB value is (8,117,130). Sum of RGB (Red+Green+Blue) = 8+117+130=255 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.14% from 255); Green value is 117 (46.09% from 255 or 45.88% from 255); Blue value is 130 (51.17% from 255 or 50.98% from 255); Max value from RGB is 130 - color contains mainly: blue. Hex color #087582 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087582 is #F78A7D. Grayscale: #555555. Windows color (decimal): -16222846 or 8549640. OLE color: 8549640.
HSL color Cylindrical-coordinate representation of color #087582: hue angle of 186.39º 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 #087582 is Cyan = 0.94, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 8 | 117 | 130 | - |
| CMYK | 0.94 | 0.1 | 0 | 0.49 |
| HSL | 186.39º | 0.88% | 0.27% | - |
| HSV(B) | 186.39º | 0.94% | 0.51% | - |
| XYZ | 10.49 | 14.39 | 23.34 | - |
| YUV | 85.89 | 152.89 | 72.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 117 | 130 | 0.94 | 0.1 | 0 | 0.49 | 186.39 | 0.88 | 0.27 |
| Hex | 8 | 75 | 82 | 5E | A | 0 | 31 | BA | 58 | 1B |
| Octal | 10 | 165 | 202 | 136 | 12 | 0 | 61 | 272 | 130 | 33 |
| Binary | 1000 | 1110101 | 10000010 | 1011110 | 1010 | 0 | 110001 | 10111010 | 1011000 | 11011 |
Color Harmonies of #087582
Complementary color
Monochromatic Colors of #087582
Black with #087582
Text Example
Text Example
White with #087582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087582; }
p { color: rgb(8,117,130); }
H1.HeaderClassName
{
color: #087582;
}
.AnyTagClassName
{
color: #087582;
}
</style>
background-color css
<style>
a { background-color: #087582; }
a { background-color: rgb(8,117,130); }
div.DivClassName
{
background-color: #087582;
}
.BgClassName
{
background-color: #087582;
}
</style>
border-color css
<style>
span { border-color: #087582; }
span { border-color: rgb(8,117,130); }
td.TdClassName
{
border-color: #087582;
}
.TagClassName
{
border-color: #087582;
}
</style>