Shades of Teal #016F8D
Tints of Teal #016F8D
RGB
CMYK
RGB Variations
Color information
#016F8D (or 0x016F8D) is known color: Teal. HEX triplet: 01, 6F and 8D. RGB value is (1,111,141). Sum of RGB (Red+Green+Blue) = 1+111+141=253 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 253); Green value is 111 (43.75% from 255 or 43.87% from 253); Blue value is 141 (55.47% from 255 or 55.73% from 253); Max value from RGB is 141 - color contains mainly: blue. Hex color #016F8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016F8D is #FE9072. Grayscale: #515151. Windows color (decimal): -16683123 or 9268993. OLE color: 9268993.
HSL color Cylindrical-coordinate representation of color #016F8D: hue angle of 192.86º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016F8D is Cyan = 0.99, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 111 | 141 | - |
| CMYK | 0.99 | 0.21 | 0 | 0.45 |
| HSL | 192.86º | 0.99% | 0.28% | - |
| HSV(B) | 192.86º | 0.99% | 0.55% | - |
| XYZ | 10.5 | 13.3 | 27.21 | - |
| YUV | 81.53 | 161.56 | 70.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 111 | 141 | 0.99 | 0.21 | 0 | 0.45 | 192.86 | 0.99 | 0.28 |
| Hex | 1 | 6F | 8D | 63 | 15 | 0 | 2D | C1 | 63 | 1C |
| Octal | 1 | 157 | 215 | 143 | 25 | 0 | 55 | 301 | 143 | 34 |
| Binary | 1 | 1101111 | 10001101 | 1100011 | 10101 | 0 | 101101 | 11000001 | 1100011 | 11100 |
Color Harmonies of #016F8D
Complementary color
Monochromatic Colors of #016F8D
Black with #016F8D
Text Example
Text Example
White with #016F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016F8D; }
p { color: rgb(1,111,141); }
H1.HeaderClassName
{
color: #016F8D;
}
.AnyTagClassName
{
color: #016F8D;
}
</style>
background-color css
<style>
a { background-color: #016F8D; }
a { background-color: rgb(1,111,141); }
div.DivClassName
{
background-color: #016F8D;
}
.BgClassName
{
background-color: #016F8D;
}
</style>
border-color css
<style>
span { border-color: #016F8D; }
span { border-color: rgb(1,111,141); }
td.TdClassName
{
border-color: #016F8D;
}
.TagClassName
{
border-color: #016F8D;
}
</style>