Shades of Teal #017985
Tints of Teal #017985
RGB
CMYK
RGB Variations
Color information
#017985 (or 0x017985) is known color: Teal. HEX triplet: 01, 79 and 85. RGB value is (1,121,133). Sum of RGB (Red+Green+Blue) = 1+121+133=255 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 255); Green value is 121 (47.66% from 255 or 47.45% from 255); Blue value is 133 (52.34% from 255 or 52.16% from 255); Max value from RGB is 133 - color contains mainly: blue. Hex color #017985 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017985 is #FE867A. Grayscale: #565656. Windows color (decimal): -16680571 or 8747265. OLE color: 8747265.
HSL color Cylindrical-coordinate representation of color #017985: hue angle of 185.45º 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 #017985 is Cyan = 0.99, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 1 | 121 | 133 | - |
| CMYK | 0.99 | 0.09 | 0 | 0.48 |
| HSL | 185.45º | 0.99% | 0.26% | - |
| HSV(B) | 185.45º | 0.99% | 0.52% | - |
| XYZ | 11.08 | 15.37 | 24.57 | - |
| YUV | 86.49 | 154.24 | 67.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 121 | 133 | 0.99 | 0.09 | 0 | 0.48 | 185.45 | 0.99 | 0.26 |
| Hex | 1 | 79 | 85 | 63 | 9 | 0 | 30 | B9 | 63 | 1A |
| Octal | 1 | 171 | 205 | 143 | 11 | 0 | 60 | 271 | 143 | 32 |
| Binary | 1 | 1111001 | 10000101 | 1100011 | 1001 | 0 | 110000 | 10111001 | 1100011 | 11010 |
Color Harmonies of #017985
Complementary color
Monochromatic Colors of #017985
Black with #017985
Text Example
Text Example
White with #017985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017985; }
p { color: rgb(1,121,133); }
H1.HeaderClassName
{
color: #017985;
}
.AnyTagClassName
{
color: #017985;
}
</style>
background-color css
<style>
a { background-color: #017985; }
a { background-color: rgb(1,121,133); }
div.DivClassName
{
background-color: #017985;
}
.BgClassName
{
background-color: #017985;
}
</style>
border-color css
<style>
span { border-color: #017985; }
span { border-color: rgb(1,121,133); }
td.TdClassName
{
border-color: #017985;
}
.TagClassName
{
border-color: #017985;
}
</style>