Shades of Teal #016E86
Tints of Teal #016E86
RGB
CMYK
RGB Variations
Color information
#016E86 (or 0x016E86) is known color: Teal. HEX triplet: 01, 6E and 86. RGB value is (1,110,134). Sum of RGB (Red+Green+Blue) = 1+110+134=245 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 245); Green value is 110 (43.36% from 255 or 44.90% from 245); Blue value is 134 (52.73% from 255 or 54.69% from 245); Max value from RGB is 134 - color contains mainly: blue. Hex color #016E86 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016E86 is #FE9179. Grayscale: #4F4F4F. Windows color (decimal): -16683386 or 8809985. OLE color: 8809985.
HSL color Cylindrical-coordinate representation of color #016E86: hue angle of 190.83º 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 #016E86 is Cyan = 0.99, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 1 | 110 | 134 | - |
| CMYK | 0.99 | 0.18 | 0 | 0.47 |
| HSL | 190.83º | 0.99% | 0.26% | - |
| HSV(B) | 190.83º | 0.99% | 0.53% | - |
| XYZ | 9.89 | 12.88 | 24.52 | - |
| YUV | 80.15 | 158.39 | 71.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 110 | 134 | 0.99 | 0.18 | 0 | 0.47 | 190.83 | 0.99 | 0.26 |
| Hex | 1 | 6E | 86 | 63 | 12 | 0 | 2F | BF | 63 | 1A |
| Octal | 1 | 156 | 206 | 143 | 22 | 0 | 57 | 277 | 143 | 32 |
| Binary | 1 | 1101110 | 10000110 | 1100011 | 10010 | 0 | 101111 | 10111111 | 1100011 | 11010 |
Color Harmonies of #016E86
Complementary color
Monochromatic Colors of #016E86
Black with #016E86
Text Example
Text Example
White with #016E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016E86; }
p { color: rgb(1,110,134); }
H1.HeaderClassName
{
color: #016E86;
}
.AnyTagClassName
{
color: #016E86;
}
</style>
background-color css
<style>
a { background-color: #016E86; }
a { background-color: rgb(1,110,134); }
div.DivClassName
{
background-color: #016E86;
}
.BgClassName
{
background-color: #016E86;
}
</style>
border-color css
<style>
span { border-color: #016E86; }
span { border-color: rgb(1,110,134); }
td.TdClassName
{
border-color: #016E86;
}
.TagClassName
{
border-color: #016E86;
}
</style>