Shades of Teal #087881
Tints of Teal #087881
RGB
CMYK
RGB Variations
Color information
#087881 (or 0x087881) is known color: Teal. HEX triplet: 08, 78 and 81. RGB value is (8,120,129). Sum of RGB (Red+Green+Blue) = 8+120+129=257 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.11% from 257); Green value is 120 (47.27% from 255 or 46.69% from 257); Blue value is 129 (50.78% from 255 or 50.19% from 257); Max value from RGB is 129 - color contains mainly: blue. Hex color #087881 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087881 is #F7877E. Grayscale: #575757. Windows color (decimal): -16222079 or 8484872. OLE color: 8484872.
HSL color Cylindrical-coordinate representation of color #087881: hue angle of 184.46º 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 #087881 is Cyan = 0.94, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 8 | 120 | 129 | - |
| CMYK | 0.94 | 0.07 | 0 | 0.49 |
| HSL | 184.46º | 0.88% | 0.27% | - |
| HSV(B) | 184.46º | 0.94% | 0.51% | - |
| XYZ | 10.78 | 15.07 | 23.11 | - |
| YUV | 87.54 | 151.39 | 71.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 120 | 129 | 0.94 | 0.07 | 0 | 0.49 | 184.46 | 0.88 | 0.27 |
| Hex | 8 | 78 | 81 | 5E | 7 | 0 | 31 | B8 | 58 | 1B |
| Octal | 10 | 170 | 201 | 136 | 7 | 0 | 61 | 270 | 130 | 33 |
| Binary | 1000 | 1111000 | 10000001 | 1011110 | 111 | 0 | 110001 | 10111000 | 1011000 | 11011 |
Color Harmonies of #087881
Complementary color
Monochromatic Colors of #087881
Black with #087881
Text Example
Text Example
White with #087881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087881; }
p { color: rgb(8,120,129); }
H1.HeaderClassName
{
color: #087881;
}
.AnyTagClassName
{
color: #087881;
}
</style>
background-color css
<style>
a { background-color: #087881; }
a { background-color: rgb(8,120,129); }
div.DivClassName
{
background-color: #087881;
}
.BgClassName
{
background-color: #087881;
}
</style>
border-color css
<style>
span { border-color: #087881; }
span { border-color: rgb(8,120,129); }
td.TdClassName
{
border-color: #087881;
}
.TagClassName
{
border-color: #087881;
}
</style>