Shades of Teal #088680
Tints of Teal #088680
RGB
CMYK
RGB Variations
Color information
#088680 (or 0x088680) is known color: Teal. HEX triplet: 08, 86 and 80. RGB value is (8,134,128). Sum of RGB (Red+Green+Blue) = 8+134+128=270 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.96% from 270); Green value is 134 (52.73% from 255 or 49.63% from 270); Blue value is 128 (50.39% from 255 or 47.41% from 270); Max value from RGB is 134 - color contains mainly: green. Hex color #088680 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088680 is #F7797F. Grayscale: #5F5F5F. Windows color (decimal): -16218496 or 8422920. OLE color: 8422920.
HSL color Cylindrical-coordinate representation of color #088680: hue angle of 177.14º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088680 is Cyan = 0.94, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 8 | 134 | 128 | - |
| CMYK | 0.94 | 0 | 0.04 | 0.47 |
| HSL | 177.14º | 0.89% | 0.28% | - |
| HSV(B) | 177.14º | 0.94% | 0.53% | - |
| XYZ | 12.52 | 18.66 | 23.36 | - |
| YUV | 95.64 | 146.26 | 65.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 134 | 128 | 0.94 | 0 | 0.04 | 0.47 | 177.14 | 0.89 | 0.28 |
| Hex | 8 | 86 | 80 | 5E | 0 | 4 | 2F | B1 | 59 | 1C |
| Octal | 10 | 206 | 200 | 136 | 0 | 4 | 57 | 261 | 131 | 34 |
| Binary | 1000 | 10000110 | 10000000 | 1011110 | 0 | 100 | 101111 | 10110001 | 1011001 | 11100 |
Color Harmonies of #088680
Complementary color
Monochromatic Colors of #088680
Black with #088680
Text Example
Text Example
White with #088680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088680; }
p { color: rgb(8,134,128); }
H1.HeaderClassName
{
color: #088680;
}
.AnyTagClassName
{
color: #088680;
}
</style>
background-color css
<style>
a { background-color: #088680; }
a { background-color: rgb(8,134,128); }
div.DivClassName
{
background-color: #088680;
}
.BgClassName
{
background-color: #088680;
}
</style>
border-color css
<style>
span { border-color: #088680; }
span { border-color: rgb(8,134,128); }
td.TdClassName
{
border-color: #088680;
}
.TagClassName
{
border-color: #088680;
}
</style>