Shades of Teal #017180
Tints of Teal #017180
RGB
CMYK
RGB Variations
Color information
#017180 (or 0x017180) is known color: Teal. HEX triplet: 01, 71 and 80. RGB value is (1,113,128). Sum of RGB (Red+Green+Blue) = 1+113+128=242 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 242); Green value is 113 (44.53% from 255 or 46.69% from 242); Blue value is 128 (50.39% from 255 or 52.89% from 242); Max value from RGB is 128 - color contains mainly: blue. Hex color #017180 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017180 is #FE8E7F. Grayscale: #515151. Windows color (decimal): -16682624 or 8417537. OLE color: 8417537.
HSL color Cylindrical-coordinate representation of color #017180: hue angle of 187.09º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017180 is Cyan = 0.99, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 1 | 113 | 128 | - |
| CMYK | 0.99 | 0.12 | 0 | 0.50 |
| HSL | 187.09º | 0.98% | 0.25% | - |
| HSV(B) | 187.09º | 0.99% | 0.5% | - |
| XYZ | 9.81 | 13.38 | 22.49 | - |
| YUV | 81.22 | 154.39 | 70.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 113 | 128 | 0.99 | 0.12 | 0 | 0.50 | 187.09 | 0.98 | 0.25 |
| Hex | 1 | 71 | 80 | 63 | C | 0 | 32 | BB | 62 | 19 |
| Octal | 1 | 161 | 200 | 143 | 14 | 0 | 62 | 273 | 142 | 31 |
| Binary | 1 | 1110001 | 10000000 | 1100011 | 1100 | 0 | 110010 | 10111011 | 1100010 | 11001 |
Color Harmonies of #017180
Complementary color
Monochromatic Colors of #017180
Black with #017180
Text Example
Text Example
White with #017180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017180; }
p { color: rgb(1,113,128); }
H1.HeaderClassName
{
color: #017180;
}
.AnyTagClassName
{
color: #017180;
}
</style>
background-color css
<style>
a { background-color: #017180; }
a { background-color: rgb(1,113,128); }
div.DivClassName
{
background-color: #017180;
}
.BgClassName
{
background-color: #017180;
}
</style>
border-color css
<style>
span { border-color: #017180; }
span { border-color: rgb(1,113,128); }
td.TdClassName
{
border-color: #017180;
}
.TagClassName
{
border-color: #017180;
}
</style>