Shades of Teal #016F85
Tints of Teal #016F85
RGB
CMYK
RGB Variations
Color information
#016F85 (or 0x016F85) is known color: Teal. HEX triplet: 01, 6F and 85. RGB value is (1,111,133). Sum of RGB (Red+Green+Blue) = 1+111+133=245 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 245); Green value is 111 (43.75% from 255 or 45.31% from 245); Blue value is 133 (52.34% from 255 or 54.29% from 245); Max value from RGB is 133 - color contains mainly: blue. Hex color #016F85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016F85 is #FE907A. Grayscale: #505050. Windows color (decimal): -16683131 or 8744705. OLE color: 8744705.
HSL color Cylindrical-coordinate representation of color #016F85: hue angle of 190º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016F85 is Cyan = 0.99, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 1 | 111 | 133 | - |
| CMYK | 0.99 | 0.17 | 0 | 0.48 |
| HSL | 190º | 0.99% | 0.26% | - |
| HSV(B) | 190º | 0.99% | 0.52% | - |
| XYZ | 9.93 | 13.07 | 24.19 | - |
| YUV | 80.62 | 157.56 | 71.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 111 | 133 | 0.99 | 0.17 | 0 | 0.48 | 190 | 0.99 | 0.26 |
| Hex | 1 | 6F | 85 | 63 | 11 | 0 | 30 | BE | 63 | 1A |
| Octal | 1 | 157 | 205 | 143 | 21 | 0 | 60 | 276 | 143 | 32 |
| Binary | 1 | 1101111 | 10000101 | 1100011 | 10001 | 0 | 110000 | 10111110 | 1100011 | 11010 |
Color Harmonies of #016F85
Complementary color
Monochromatic Colors of #016F85
Black with #016F85
Text Example
Text Example
White with #016F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016F85; }
p { color: rgb(1,111,133); }
H1.HeaderClassName
{
color: #016F85;
}
.AnyTagClassName
{
color: #016F85;
}
</style>
background-color css
<style>
a { background-color: #016F85; }
a { background-color: rgb(1,111,133); }
div.DivClassName
{
background-color: #016F85;
}
.BgClassName
{
background-color: #016F85;
}
</style>
border-color css
<style>
span { border-color: #016F85; }
span { border-color: rgb(1,111,133); }
td.TdClassName
{
border-color: #016F85;
}
.TagClassName
{
border-color: #016F85;
}
</style>