Shades of Teal #087681
Tints of Teal #087681
RGB
CMYK
RGB Variations
Color information
#087681 (or 0x087681) is known color: Teal. HEX triplet: 08, 76 and 81. RGB value is (8,118,129). Sum of RGB (Red+Green+Blue) = 8+118+129=255 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.14% from 255); Green value is 118 (46.48% from 255 or 46.27% from 255); Blue value is 129 (50.78% from 255 or 50.59% from 255); Max value from RGB is 129 - color contains mainly: blue. Hex color #087681 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087681 is #F7897E. Grayscale: #565656. Windows color (decimal): -16222591 or 8484360. OLE color: 8484360.
HSL color Cylindrical-coordinate representation of color #087681: hue angle of 185.45º 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 #087681 is Cyan = 0.94, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 8 | 118 | 129 | - |
| CMYK | 0.94 | 0.09 | 0 | 0.49 |
| HSL | 185.45º | 0.88% | 0.27% | - |
| HSV(B) | 185.45º | 0.94% | 0.51% | - |
| XYZ | 10.54 | 14.59 | 23.03 | - |
| YUV | 86.36 | 152.06 | 72.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 118 | 129 | 0.94 | 0.09 | 0 | 0.49 | 185.45 | 0.88 | 0.27 |
| Hex | 8 | 76 | 81 | 5E | 9 | 0 | 31 | B9 | 58 | 1B |
| Octal | 10 | 166 | 201 | 136 | 11 | 0 | 61 | 271 | 130 | 33 |
| Binary | 1000 | 1110110 | 10000001 | 1011110 | 1001 | 0 | 110001 | 10111001 | 1011000 | 11011 |
Color Harmonies of #087681
Complementary color
Monochromatic Colors of #087681
Black with #087681
Text Example
Text Example
White with #087681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087681; }
p { color: rgb(8,118,129); }
H1.HeaderClassName
{
color: #087681;
}
.AnyTagClassName
{
color: #087681;
}
</style>
background-color css
<style>
a { background-color: #087681; }
a { background-color: rgb(8,118,129); }
div.DivClassName
{
background-color: #087681;
}
.BgClassName
{
background-color: #087681;
}
</style>
border-color css
<style>
span { border-color: #087681; }
span { border-color: rgb(8,118,129); }
td.TdClassName
{
border-color: #087681;
}
.TagClassName
{
border-color: #087681;
}
</style>