Shades of Teal #016D8C
Tints of Teal #016D8C
RGB
CMYK
RGB Variations
Color information
#016D8C (or 0x016D8C) is known color: Teal. HEX triplet: 01, 6D and 8C. RGB value is (1,109,140). Sum of RGB (Red+Green+Blue) = 1+109+140=250 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.4% from 250); Green value is 109 (42.97% from 255 or 43.6% from 250); Blue value is 140 (55.08% from 255 or 56% from 250); Max value from RGB is 140 - color contains mainly: blue. Hex color #016D8C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016D8C is #FE9273. Grayscale: #505050. Windows color (decimal): -16683636 or 9202945. OLE color: 9202945.
HSL color Cylindrical-coordinate representation of color #016D8C: hue angle of 193.38º 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 #016D8C is Cyan = 0.99, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 109 | 140 | - |
| CMYK | 0.99 | 0.22 | 0 | 0.45 |
| HSL | 193.38º | 0.99% | 0.28% | - |
| HSV(B) | 193.38º | 0.99% | 0.55% | - |
| XYZ | 10.21 | 12.84 | 26.75 | - |
| YUV | 80.24 | 161.72 | 71.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 109 | 140 | 0.99 | 0.22 | 0 | 0.45 | 193.38 | 0.99 | 0.28 |
| Hex | 1 | 6D | 8C | 63 | 16 | 0 | 2D | C1 | 63 | 1C |
| Octal | 1 | 155 | 214 | 143 | 26 | 0 | 55 | 301 | 143 | 34 |
| Binary | 1 | 1101101 | 10001100 | 1100011 | 10110 | 0 | 101101 | 11000001 | 1100011 | 11100 |
Color Harmonies of #016D8C
Complementary color
Monochromatic Colors of #016D8C
Black with #016D8C
Text Example
Text Example
White with #016D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016D8C; }
p { color: rgb(1,109,140); }
H1.HeaderClassName
{
color: #016D8C;
}
.AnyTagClassName
{
color: #016D8C;
}
</style>
background-color css
<style>
a { background-color: #016D8C; }
a { background-color: rgb(1,109,140); }
div.DivClassName
{
background-color: #016D8C;
}
.BgClassName
{
background-color: #016D8C;
}
</style>
border-color css
<style>
span { border-color: #016D8C; }
span { border-color: rgb(1,109,140); }
td.TdClassName
{
border-color: #016D8C;
}
.TagClassName
{
border-color: #016D8C;
}
</style>