Shades of Teal #086F80
Tints of Teal #086F80
RGB
CMYK
RGB Variations
Color information
#086F80 (or 0x086F80) is known color: Teal. HEX triplet: 08, 6F and 80. RGB value is (8,111,128). Sum of RGB (Red+Green+Blue) = 8+111+128=247 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.24% from 247); Green value is 111 (43.75% from 255 or 44.94% from 247); Blue value is 128 (50.39% from 255 or 51.82% from 247); Max value from RGB is 128 - color contains mainly: blue. Hex color #086F80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086F80 is #F7907F. Grayscale: #515151. Windows color (decimal): -16224384 or 8417032. OLE color: 8417032.
HSL color Cylindrical-coordinate representation of color #086F80: hue angle of 188.5º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #086F80 is Cyan = 0.94, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 8 | 111 | 128 | - |
| CMYK | 0.94 | 0.13 | 0 | 0.50 |
| HSL | 188.5º | 0.88% | 0.27% | - |
| HSV(B) | 188.5º | 0.94% | 0.5% | - |
| XYZ | 9.68 | 12.98 | 22.42 | - |
| YUV | 82.14 | 153.88 | 75.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 111 | 128 | 0.94 | 0.13 | 0 | 0.50 | 188.5 | 0.88 | 0.27 |
| Hex | 8 | 6F | 80 | 5E | D | 0 | 32 | BC | 58 | 1B |
| Octal | 10 | 157 | 200 | 136 | 15 | 0 | 62 | 274 | 130 | 33 |
| Binary | 1000 | 1101111 | 10000000 | 1011110 | 1101 | 0 | 110010 | 10111100 | 1011000 | 11011 |
Color Harmonies of #086F80
Complementary color
Monochromatic Colors of #086F80
Black with #086F80
Text Example
Text Example
White with #086F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086F80; }
p { color: rgb(8,111,128); }
H1.HeaderClassName
{
color: #086F80;
}
.AnyTagClassName
{
color: #086F80;
}
</style>
background-color css
<style>
a { background-color: #086F80; }
a { background-color: rgb(8,111,128); }
div.DivClassName
{
background-color: #086F80;
}
.BgClassName
{
background-color: #086F80;
}
</style>
border-color css
<style>
span { border-color: #086F80; }
span { border-color: rgb(8,111,128); }
td.TdClassName
{
border-color: #086F80;
}
.TagClassName
{
border-color: #086F80;
}
</style>