Shades of Teal #017C8D
Tints of Teal #017C8D
RGB
CMYK
RGB Variations
Color information
#017C8D (or 0x017C8D) is known color: Teal. HEX triplet: 01, 7C and 8D. RGB value is (1,124,141). Sum of RGB (Red+Green+Blue) = 1+124+141=266 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 266); Green value is 124 (48.83% from 255 or 46.62% from 266); Blue value is 141 (55.47% from 255 or 53.01% from 266); Max value from RGB is 141 - color contains mainly: blue. Hex color #017C8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017C8D is #FE8372. Grayscale: #585858. Windows color (decimal): -16679795 or 9272321. OLE color: 9272321.
HSL color Cylindrical-coordinate representation of color #017C8D: hue angle of 187.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 #017C8D is Cyan = 0.99, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 124 | 141 | - |
| CMYK | 0.99 | 0.12 | 0 | 0.45 |
| HSL | 187.29º | 0.99% | 0.28% | - |
| HSV(B) | 187.29º | 0.99% | 0.55% | - |
| XYZ | 12.03 | 16.34 | 27.72 | - |
| YUV | 89.16 | 157.25 | 65.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 124 | 141 | 0.99 | 0.12 | 0 | 0.45 | 187.29 | 0.99 | 0.28 |
| Hex | 1 | 7C | 8D | 63 | C | 0 | 2D | BB | 63 | 1C |
| Octal | 1 | 174 | 215 | 143 | 14 | 0 | 55 | 273 | 143 | 34 |
| Binary | 1 | 1111100 | 10001101 | 1100011 | 1100 | 0 | 101101 | 10111011 | 1100011 | 11100 |
Color Harmonies of #017C8D
Complementary color
Monochromatic Colors of #017C8D
Black with #017C8D
Text Example
Text Example
White with #017C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017C8D; }
p { color: rgb(1,124,141); }
H1.HeaderClassName
{
color: #017C8D;
}
.AnyTagClassName
{
color: #017C8D;
}
</style>
background-color css
<style>
a { background-color: #017C8D; }
a { background-color: rgb(1,124,141); }
div.DivClassName
{
background-color: #017C8D;
}
.BgClassName
{
background-color: #017C8D;
}
</style>
border-color css
<style>
span { border-color: #017C8D; }
span { border-color: rgb(1,124,141); }
td.TdClassName
{
border-color: #017C8D;
}
.TagClassName
{
border-color: #017C8D;
}
</style>