Shades of Teal #017087
Tints of Teal #017087
RGB
CMYK
RGB Variations
Color information
#017087 (or 0x017087) is known color: Teal. HEX triplet: 01, 70 and 87. RGB value is (1,112,135). Sum of RGB (Red+Green+Blue) = 1+112+135=248 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 248); Green value is 112 (44.14% from 255 or 45.16% from 248); Blue value is 135 (53.12% from 255 or 54.44% from 248); Max value from RGB is 135 - color contains mainly: blue. Hex color #017087 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017087 is #FE8F78. Grayscale: #515151. Windows color (decimal): -16682873 or 8876033. OLE color: 8876033.
HSL color Cylindrical-coordinate representation of color #017087: hue angle of 190.3º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017087 is Cyan = 0.99, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 1 | 112 | 135 | - |
| CMYK | 0.99 | 0.17 | 0 | 0.47 |
| HSL | 190.3º | 0.99% | 0.27% | - |
| HSV(B) | 190.3º | 0.99% | 0.53% | - |
| XYZ | 10.18 | 13.34 | 24.96 | - |
| YUV | 81.43 | 158.23 | 70.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 112 | 135 | 0.99 | 0.17 | 0 | 0.47 | 190.3 | 0.99 | 0.27 |
| Hex | 1 | 70 | 87 | 63 | 11 | 0 | 2F | BE | 63 | 1B |
| Octal | 1 | 160 | 207 | 143 | 21 | 0 | 57 | 276 | 143 | 33 |
| Binary | 1 | 1110000 | 10000111 | 1100011 | 10001 | 0 | 101111 | 10111110 | 1100011 | 11011 |
Color Harmonies of #017087
Complementary color
Monochromatic Colors of #017087
Black with #017087
Text Example
Text Example
White with #017087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017087; }
p { color: rgb(1,112,135); }
H1.HeaderClassName
{
color: #017087;
}
.AnyTagClassName
{
color: #017087;
}
</style>
background-color css
<style>
a { background-color: #017087; }
a { background-color: rgb(1,112,135); }
div.DivClassName
{
background-color: #017087;
}
.BgClassName
{
background-color: #017087;
}
</style>
border-color css
<style>
span { border-color: #017087; }
span { border-color: rgb(1,112,135); }
td.TdClassName
{
border-color: #017087;
}
.TagClassName
{
border-color: #017087;
}
</style>