Shades of Teal #016D86
Tints of Teal #016D86
RGB
CMYK
RGB Variations
Color information
#016D86 (or 0x016D86) is known color: Teal. HEX triplet: 01, 6D and 86. RGB value is (1,109,134). Sum of RGB (Red+Green+Blue) = 1+109+134=244 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 244); Green value is 109 (42.97% from 255 or 44.67% from 244); Blue value is 134 (52.73% from 255 or 54.92% from 244); Max value from RGB is 134 - color contains mainly: blue. Hex color #016D86 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016D86 is #FE9279. Grayscale: #4F4F4F. Windows color (decimal): -16683642 or 8809729. OLE color: 8809729.
HSL color Cylindrical-coordinate representation of color #016D86: hue angle of 191.28º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016D86 is Cyan = 0.99, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 1 | 109 | 134 | - |
| CMYK | 0.99 | 0.19 | 0 | 0.47 |
| HSL | 191.28º | 0.99% | 0.26% | - |
| HSV(B) | 191.28º | 0.99% | 0.53% | - |
| XYZ | 9.78 | 12.66 | 24.48 | - |
| YUV | 79.56 | 158.72 | 71.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 109 | 134 | 0.99 | 0.19 | 0 | 0.47 | 191.28 | 0.99 | 0.26 |
| Hex | 1 | 6D | 86 | 63 | 13 | 0 | 2F | BF | 63 | 1A |
| Octal | 1 | 155 | 206 | 143 | 23 | 0 | 57 | 277 | 143 | 32 |
| Binary | 1 | 1101101 | 10000110 | 1100011 | 10011 | 0 | 101111 | 10111111 | 1100011 | 11010 |
Color Harmonies of #016D86
Complementary color
Monochromatic Colors of #016D86
Black with #016D86
Text Example
Text Example
White with #016D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016D86; }
p { color: rgb(1,109,134); }
H1.HeaderClassName
{
color: #016D86;
}
.AnyTagClassName
{
color: #016D86;
}
</style>
background-color css
<style>
a { background-color: #016D86; }
a { background-color: rgb(1,109,134); }
div.DivClassName
{
background-color: #016D86;
}
.BgClassName
{
background-color: #016D86;
}
</style>
border-color css
<style>
span { border-color: #016D86; }
span { border-color: rgb(1,109,134); }
td.TdClassName
{
border-color: #016D86;
}
.TagClassName
{
border-color: #016D86;
}
</style>