Shades of Teal #016C8B
Tints of Teal #016C8B
RGB
CMYK
RGB Variations
Color information
#016C8B (or 0x016C8B) is known color: Teal. HEX triplet: 01, 6C and 8B. RGB value is (1,108,139). Sum of RGB (Red+Green+Blue) = 1+108+139=248 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 248); Green value is 108 (42.58% from 255 or 43.55% from 248); Blue value is 139 (54.69% from 255 or 56.05% from 248); Max value from RGB is 139 - color contains mainly: blue. Hex color #016C8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016C8B is #FE9374. Grayscale: #4F4F4F. Windows color (decimal): -16683893 or 9137153. OLE color: 9137153.
HSL color Cylindrical-coordinate representation of color #016C8B: hue angle of 193.48º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016C8B is Cyan = 0.99, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 108 | 139 | - |
| CMYK | 0.99 | 0.22 | 0 | 0.45 |
| HSL | 193.48º | 0.99% | 0.27% | - |
| HSV(B) | 193.48º | 0.99% | 0.55% | - |
| XYZ | 10.04 | 12.6 | 26.33 | - |
| YUV | 79.54 | 161.55 | 71.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 108 | 139 | 0.99 | 0.22 | 0 | 0.45 | 193.48 | 0.99 | 0.27 |
| Hex | 1 | 6C | 8B | 63 | 16 | 0 | 2D | C1 | 63 | 1B |
| Octal | 1 | 154 | 213 | 143 | 26 | 0 | 55 | 301 | 143 | 33 |
| Binary | 1 | 1101100 | 10001011 | 1100011 | 10110 | 0 | 101101 | 11000001 | 1100011 | 11011 |
Color Harmonies of #016C8B
Complementary color
Monochromatic Colors of #016C8B
Black with #016C8B
Text Example
Text Example
White with #016C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016C8B; }
p { color: rgb(1,108,139); }
H1.HeaderClassName
{
color: #016C8B;
}
.AnyTagClassName
{
color: #016C8B;
}
</style>
background-color css
<style>
a { background-color: #016C8B; }
a { background-color: rgb(1,108,139); }
div.DivClassName
{
background-color: #016C8B;
}
.BgClassName
{
background-color: #016C8B;
}
</style>
border-color css
<style>
span { border-color: #016C8B; }
span { border-color: rgb(1,108,139); }
td.TdClassName
{
border-color: #016C8B;
}
.TagClassName
{
border-color: #016C8B;
}
</style>