Shades of Teal #016E87
Tints of Teal #016E87
RGB
CMYK
RGB Variations
Color information
#016E87 (or 0x016E87) is known color: Teal. HEX triplet: 01, 6E and 87. RGB value is (1,110,135). Sum of RGB (Red+Green+Blue) = 1+110+135=246 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 246); Green value is 110 (43.36% from 255 or 44.72% from 246); Blue value is 135 (53.12% from 255 or 54.88% from 246); Max value from RGB is 135 - color contains mainly: blue. Hex color #016E87 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016E87 is #FE9178. Grayscale: #505050. Windows color (decimal): -16683385 or 8875521. OLE color: 8875521.
HSL color Cylindrical-coordinate representation of color #016E87: hue angle of 191.19º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016E87 is Cyan = 0.99, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 1 | 110 | 135 | - |
| CMYK | 0.99 | 0.19 | 0 | 0.47 |
| HSL | 191.19º | 0.99% | 0.27% | - |
| HSV(B) | 191.19º | 0.99% | 0.53% | - |
| XYZ | 9.96 | 12.91 | 24.89 | - |
| YUV | 80.26 | 158.89 | 71.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 110 | 135 | 0.99 | 0.19 | 0 | 0.47 | 191.19 | 0.99 | 0.27 |
| Hex | 1 | 6E | 87 | 63 | 13 | 0 | 2F | BF | 63 | 1B |
| Octal | 1 | 156 | 207 | 143 | 23 | 0 | 57 | 277 | 143 | 33 |
| Binary | 1 | 1101110 | 10000111 | 1100011 | 10011 | 0 | 101111 | 10111111 | 1100011 | 11011 |
Color Harmonies of #016E87
Complementary color
Monochromatic Colors of #016E87
Black with #016E87
Text Example
Text Example
White with #016E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016E87; }
p { color: rgb(1,110,135); }
H1.HeaderClassName
{
color: #016E87;
}
.AnyTagClassName
{
color: #016E87;
}
</style>
background-color css
<style>
a { background-color: #016E87; }
a { background-color: rgb(1,110,135); }
div.DivClassName
{
background-color: #016E87;
}
.BgClassName
{
background-color: #016E87;
}
</style>
border-color css
<style>
span { border-color: #016E87; }
span { border-color: rgb(1,110,135); }
td.TdClassName
{
border-color: #016E87;
}
.TagClassName
{
border-color: #016E87;
}
</style>