Shades of Teal #087282
Tints of Teal #087282
RGB
CMYK
RGB Variations
Color information
#087282 (or 0x087282) is known color: Teal. HEX triplet: 08, 72 and 82. RGB value is (8,114,130). Sum of RGB (Red+Green+Blue) = 8+114+130=252 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.17% from 252); Green value is 114 (44.92% from 255 or 45.24% from 252); Blue value is 130 (51.17% from 255 or 51.59% from 252); Max value from RGB is 130 - color contains mainly: blue. Hex color #087282 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087282 is #F78D7D. Grayscale: #535353. Windows color (decimal): -16223614 or 8548872. OLE color: 8548872.
HSL color Cylindrical-coordinate representation of color #087282: hue angle of 187.87º 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 #087282 is Cyan = 0.94, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 8 | 114 | 130 | - |
| CMYK | 0.94 | 0.12 | 0 | 0.49 |
| HSL | 187.87º | 0.88% | 0.27% | - |
| HSV(B) | 187.87º | 0.94% | 0.51% | - |
| XYZ | 10.15 | 13.7 | 23.23 | - |
| YUV | 84.13 | 153.88 | 73.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 114 | 130 | 0.94 | 0.12 | 0 | 0.49 | 187.87 | 0.88 | 0.27 |
| Hex | 8 | 72 | 82 | 5E | C | 0 | 31 | BC | 58 | 1B |
| Octal | 10 | 162 | 202 | 136 | 14 | 0 | 61 | 274 | 130 | 33 |
| Binary | 1000 | 1110010 | 10000010 | 1011110 | 1100 | 0 | 110001 | 10111100 | 1011000 | 11011 |
Color Harmonies of #087282
Complementary color
Monochromatic Colors of #087282
Black with #087282
Text Example
Text Example
White with #087282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087282; }
p { color: rgb(8,114,130); }
H1.HeaderClassName
{
color: #087282;
}
.AnyTagClassName
{
color: #087282;
}
</style>
background-color css
<style>
a { background-color: #087282; }
a { background-color: rgb(8,114,130); }
div.DivClassName
{
background-color: #087282;
}
.BgClassName
{
background-color: #087282;
}
</style>
border-color css
<style>
span { border-color: #087282; }
span { border-color: rgb(8,114,130); }
td.TdClassName
{
border-color: #087282;
}
.TagClassName
{
border-color: #087282;
}
</style>