Shades of Teal #016F80
Tints of Teal #016F80
RGB
CMYK
RGB Variations
Color information
#016F80 (or 0x016F80) is known color: Teal. HEX triplet: 01, 6F and 80. RGB value is (1,111,128). Sum of RGB (Red+Green+Blue) = 1+111+128=240 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 240); Green value is 111 (43.75% from 255 or 46.25% from 240); Blue value is 128 (50.39% from 255 or 53.33% from 240); Max value from RGB is 128 - color contains mainly: blue. Hex color #016F80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016F80 is #FE907F. Grayscale: #4F4F4F. Windows color (decimal): -16683136 or 8417025. OLE color: 8417025.
HSL color Cylindrical-coordinate representation of color #016F80: hue angle of 188.03º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016F80 is Cyan = 0.99, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 1 | 111 | 128 | - |
| CMYK | 0.99 | 0.13 | 0 | 0.50 |
| HSL | 188.03º | 0.98% | 0.25% | - |
| HSV(B) | 188.03º | 0.99% | 0.5% | - |
| XYZ | 9.59 | 12.93 | 22.41 | - |
| YUV | 80.05 | 155.06 | 71.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 111 | 128 | 0.99 | 0.13 | 0 | 0.50 | 188.03 | 0.98 | 0.25 |
| Hex | 1 | 6F | 80 | 63 | D | 0 | 32 | BC | 62 | 19 |
| Octal | 1 | 157 | 200 | 143 | 15 | 0 | 62 | 274 | 142 | 31 |
| Binary | 1 | 1101111 | 10000000 | 1100011 | 1101 | 0 | 110010 | 10111100 | 1100010 | 11001 |
Color Harmonies of #016F80
Complementary color
Monochromatic Colors of #016F80
Black with #016F80
Text Example
Text Example
White with #016F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016F80; }
p { color: rgb(1,111,128); }
H1.HeaderClassName
{
color: #016F80;
}
.AnyTagClassName
{
color: #016F80;
}
</style>
background-color css
<style>
a { background-color: #016F80; }
a { background-color: rgb(1,111,128); }
div.DivClassName
{
background-color: #016F80;
}
.BgClassName
{
background-color: #016F80;
}
</style>
border-color css
<style>
span { border-color: #016F80; }
span { border-color: rgb(1,111,128); }
td.TdClassName
{
border-color: #016F80;
}
.TagClassName
{
border-color: #016F80;
}
</style>