Shades of Teal #087484
Tints of Teal #087484
RGB
CMYK
RGB Variations
Color information
#087484 (or 0x087484) is known color: Teal. HEX triplet: 08, 74 and 84. RGB value is (8,116,132). Sum of RGB (Red+Green+Blue) = 8+116+132=256 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.12% from 256); Green value is 116 (45.70% from 255 or 45.31% from 256); Blue value is 132 (51.95% from 255 or 51.56% from 256); Max value from RGB is 132 - color contains mainly: blue. Hex color #087484 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087484 is #F78B7B. Grayscale: #555555. Windows color (decimal): -16223100 or 8680456. OLE color: 8680456.
HSL color Cylindrical-coordinate representation of color #087484: hue angle of 187.74º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #087484 is Cyan = 0.94, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 8 | 116 | 132 | - |
| CMYK | 0.94 | 0.12 | 0 | 0.48 |
| HSL | 187.74º | 0.89% | 0.27% | - |
| HSV(B) | 187.74º | 0.94% | 0.52% | - |
| XYZ | 10.51 | 14.21 | 24.02 | - |
| YUV | 85.53 | 154.22 | 72.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 116 | 132 | 0.94 | 0.12 | 0 | 0.48 | 187.74 | 0.89 | 0.27 |
| Hex | 8 | 74 | 84 | 5E | C | 0 | 30 | BC | 59 | 1B |
| Octal | 10 | 164 | 204 | 136 | 14 | 0 | 60 | 274 | 131 | 33 |
| Binary | 1000 | 1110100 | 10000100 | 1011110 | 1100 | 0 | 110000 | 10111100 | 1011001 | 11011 |
Color Harmonies of #087484
Complementary color
Monochromatic Colors of #087484
Black with #087484
Text Example
Text Example
White with #087484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087484; }
p { color: rgb(8,116,132); }
H1.HeaderClassName
{
color: #087484;
}
.AnyTagClassName
{
color: #087484;
}
</style>
background-color css
<style>
a { background-color: #087484; }
a { background-color: rgb(8,116,132); }
div.DivClassName
{
background-color: #087484;
}
.BgClassName
{
background-color: #087484;
}
</style>
border-color css
<style>
span { border-color: #087484; }
span { border-color: rgb(8,116,132); }
td.TdClassName
{
border-color: #087484;
}
.TagClassName
{
border-color: #087484;
}
</style>