Shades of Teal #017C82
Tints of Teal #017C82
RGB
CMYK
RGB Variations
Color information
#017C82 (or 0x017C82) is known color: Teal. HEX triplet: 01, 7C and 82. RGB value is (1,124,130). Sum of RGB (Red+Green+Blue) = 1+124+130=255 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 255); Green value is 124 (48.83% from 255 or 48.63% from 255); Blue value is 130 (51.17% from 255 or 50.98% from 255); Max value from RGB is 130 - color contains mainly: blue. Hex color #017C82 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017C82 is #FE837D. Grayscale: #575757. Windows color (decimal): -16679806 or 8551425. OLE color: 8551425.
HSL color Cylindrical-coordinate representation of color #017C82: hue angle of 182.79º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017C82 is Cyan = 0.99, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 1 | 124 | 130 | - |
| CMYK | 0.99 | 0.05 | 0 | 0.49 |
| HSL | 182.79º | 0.98% | 0.26% | - |
| HSV(B) | 182.79º | 0.99% | 0.51% | - |
| XYZ | 11.25 | 16.03 | 23.62 | - |
| YUV | 87.91 | 151.75 | 66.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 124 | 130 | 0.99 | 0.05 | 0 | 0.49 | 182.79 | 0.98 | 0.26 |
| Hex | 1 | 7C | 82 | 63 | 5 | 0 | 31 | B7 | 62 | 1A |
| Octal | 1 | 174 | 202 | 143 | 5 | 0 | 61 | 267 | 142 | 32 |
| Binary | 1 | 1111100 | 10000010 | 1100011 | 101 | 0 | 110001 | 10110111 | 1100010 | 11010 |
Color Harmonies of #017C82
Complementary color
Monochromatic Colors of #017C82
Black with #017C82
Text Example
Text Example
White with #017C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017C82; }
p { color: rgb(1,124,130); }
H1.HeaderClassName
{
color: #017C82;
}
.AnyTagClassName
{
color: #017C82;
}
</style>
background-color css
<style>
a { background-color: #017C82; }
a { background-color: rgb(1,124,130); }
div.DivClassName
{
background-color: #017C82;
}
.BgClassName
{
background-color: #017C82;
}
</style>
border-color css
<style>
span { border-color: #017C82; }
span { border-color: rgb(1,124,130); }
td.TdClassName
{
border-color: #017C82;
}
.TagClassName
{
border-color: #017C82;
}
</style>