Shades of Teal #017185
Tints of Teal #017185
RGB
CMYK
RGB Variations
Color information
#017185 (or 0x017185) is known color: Teal. HEX triplet: 01, 71 and 85. RGB value is (1,113,133). Sum of RGB (Red+Green+Blue) = 1+113+133=247 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 247); Green value is 113 (44.53% from 255 or 45.75% from 247); Blue value is 133 (52.34% from 255 or 53.85% from 247); Max value from RGB is 133 - color contains mainly: blue. Hex color #017185 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017185 is #FE8E7A. Grayscale: #515151. Windows color (decimal): -16682619 or 8745217. OLE color: 8745217.
HSL color Cylindrical-coordinate representation of color #017185: hue angle of 189.09º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017185 is Cyan = 0.99, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 1 | 113 | 133 | - |
| CMYK | 0.99 | 0.15 | 0 | 0.48 |
| HSL | 189.09º | 0.99% | 0.26% | - |
| HSV(B) | 189.09º | 0.99% | 0.52% | - |
| XYZ | 10.15 | 13.51 | 24.26 | - |
| YUV | 81.79 | 156.89 | 70.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 113 | 133 | 0.99 | 0.15 | 0 | 0.48 | 189.09 | 0.99 | 0.26 |
| Hex | 1 | 71 | 85 | 63 | F | 0 | 30 | BD | 63 | 1A |
| Octal | 1 | 161 | 205 | 143 | 17 | 0 | 60 | 275 | 143 | 32 |
| Binary | 1 | 1110001 | 10000101 | 1100011 | 1111 | 0 | 110000 | 10111101 | 1100011 | 11010 |
Color Harmonies of #017185
Complementary color
Monochromatic Colors of #017185
Black with #017185
Text Example
Text Example
White with #017185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017185; }
p { color: rgb(1,113,133); }
H1.HeaderClassName
{
color: #017185;
}
.AnyTagClassName
{
color: #017185;
}
</style>
background-color css
<style>
a { background-color: #017185; }
a { background-color: rgb(1,113,133); }
div.DivClassName
{
background-color: #017185;
}
.BgClassName
{
background-color: #017185;
}
</style>
border-color css
<style>
span { border-color: #017185; }
span { border-color: rgb(1,113,133); }
td.TdClassName
{
border-color: #017185;
}
.TagClassName
{
border-color: #017185;
}
</style>