Shades of Teal #016E8D
Tints of Teal #016E8D
RGB
CMYK
RGB Variations
Color information
#016E8D (or 0x016E8D) is known color: Teal. HEX triplet: 01, 6E and 8D. RGB value is (1,110,141). Sum of RGB (Red+Green+Blue) = 1+110+141=252 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 252); Green value is 110 (43.36% from 255 or 43.65% from 252); Blue value is 141 (55.47% from 255 or 55.95% from 252); Max value from RGB is 141 - color contains mainly: blue. Hex color #016E8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016E8D is #FE9172. Grayscale: #505050. Windows color (decimal): -16683379 or 9268737. OLE color: 9268737.
HSL color Cylindrical-coordinate representation of color #016E8D: hue angle of 193.29º 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 #016E8D is Cyan = 0.99, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 110 | 141 | - |
| CMYK | 0.99 | 0.22 | 0 | 0.45 |
| HSL | 193.29º | 0.99% | 0.28% | - |
| HSV(B) | 193.29º | 0.99% | 0.55% | - |
| XYZ | 10.4 | 13.08 | 27.18 | - |
| YUV | 80.94 | 161.89 | 70.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 110 | 141 | 0.99 | 0.22 | 0 | 0.45 | 193.29 | 0.99 | 0.28 |
| Hex | 1 | 6E | 8D | 63 | 16 | 0 | 2D | C1 | 63 | 1C |
| Octal | 1 | 156 | 215 | 143 | 26 | 0 | 55 | 301 | 143 | 34 |
| Binary | 1 | 1101110 | 10001101 | 1100011 | 10110 | 0 | 101101 | 11000001 | 1100011 | 11100 |
Color Harmonies of #016E8D
Complementary color
Monochromatic Colors of #016E8D
Black with #016E8D
Text Example
Text Example
White with #016E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016E8D; }
p { color: rgb(1,110,141); }
H1.HeaderClassName
{
color: #016E8D;
}
.AnyTagClassName
{
color: #016E8D;
}
</style>
background-color css
<style>
a { background-color: #016E8D; }
a { background-color: rgb(1,110,141); }
div.DivClassName
{
background-color: #016E8D;
}
.BgClassName
{
background-color: #016E8D;
}
</style>
border-color css
<style>
span { border-color: #016E8D; }
span { border-color: rgb(1,110,141); }
td.TdClassName
{
border-color: #016E8D;
}
.TagClassName
{
border-color: #016E8D;
}
</style>