Shades of Teal #017089
Tints of Teal #017089
RGB
CMYK
RGB Variations
Color information
#017089 (or 0x017089) is known color: Teal. HEX triplet: 01, 70 and 89. RGB value is (1,112,137). Sum of RGB (Red+Green+Blue) = 1+112+137=250 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.4% from 250); Green value is 112 (44.14% from 255 or 44.8% from 250); Blue value is 137 (53.91% from 255 or 54.8% from 250); Max value from RGB is 137 - color contains mainly: blue. Hex color #017089 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017089 is #FE8F76. Grayscale: #515151. Windows color (decimal): -16682871 or 9007105. OLE color: 9007105.
HSL color Cylindrical-coordinate representation of color #017089: hue angle of 191.03º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017089 is Cyan = 0.99, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 1 | 112 | 137 | - |
| CMYK | 0.99 | 0.18 | 0 | 0.46 |
| HSL | 191.03º | 0.99% | 0.27% | - |
| HSV(B) | 191.03º | 0.99% | 0.54% | - |
| XYZ | 10.32 | 13.4 | 25.71 | - |
| YUV | 81.66 | 159.23 | 70.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 112 | 137 | 0.99 | 0.18 | 0 | 0.46 | 191.03 | 0.99 | 0.27 |
| Hex | 1 | 70 | 89 | 63 | 12 | 0 | 2E | BF | 63 | 1B |
| Octal | 1 | 160 | 211 | 143 | 22 | 0 | 56 | 277 | 143 | 33 |
| Binary | 1 | 1110000 | 10001001 | 1100011 | 10010 | 0 | 101110 | 10111111 | 1100011 | 11011 |
Color Harmonies of #017089
Complementary color
Monochromatic Colors of #017089
Black with #017089
Text Example
Text Example
White with #017089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017089; }
p { color: rgb(1,112,137); }
H1.HeaderClassName
{
color: #017089;
}
.AnyTagClassName
{
color: #017089;
}
</style>
background-color css
<style>
a { background-color: #017089; }
a { background-color: rgb(1,112,137); }
div.DivClassName
{
background-color: #017089;
}
.BgClassName
{
background-color: #017089;
}
</style>
border-color css
<style>
span { border-color: #017089; }
span { border-color: rgb(1,112,137); }
td.TdClassName
{
border-color: #017089;
}
.TagClassName
{
border-color: #017089;
}
</style>