Shades of Teal #017289
Tints of Teal #017289
RGB
CMYK
RGB Variations
Color information
#017289 (or 0x017289) is known color: Teal. HEX triplet: 01, 72 and 89. RGB value is (1,114,137). Sum of RGB (Red+Green+Blue) = 1+114+137=252 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 252); Green value is 114 (44.92% from 255 or 45.24% from 252); Blue value is 137 (53.91% from 255 or 54.37% from 252); Max value from RGB is 137 - color contains mainly: blue. Hex color #017289 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017289 is #FE8D76. Grayscale: #525252. Windows color (decimal): -16682359 or 9007617. OLE color: 9007617.
HSL color Cylindrical-coordinate representation of color #017289: hue angle of 190.15º 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 #017289 is Cyan = 0.99, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 1 | 114 | 137 | - |
| CMYK | 0.99 | 0.17 | 0 | 0.46 |
| HSL | 190.15º | 0.99% | 0.27% | - |
| HSV(B) | 190.15º | 0.99% | 0.54% | - |
| XYZ | 10.55 | 13.85 | 25.78 | - |
| YUV | 82.84 | 158.56 | 69.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 114 | 137 | 0.99 | 0.17 | 0 | 0.46 | 190.15 | 0.99 | 0.27 |
| Hex | 1 | 72 | 89 | 63 | 11 | 0 | 2E | BE | 63 | 1B |
| Octal | 1 | 162 | 211 | 143 | 21 | 0 | 56 | 276 | 143 | 33 |
| Binary | 1 | 1110010 | 10001001 | 1100011 | 10001 | 0 | 101110 | 10111110 | 1100011 | 11011 |
Color Harmonies of #017289
Complementary color
Monochromatic Colors of #017289
Black with #017289
Text Example
Text Example
White with #017289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017289; }
p { color: rgb(1,114,137); }
H1.HeaderClassName
{
color: #017289;
}
.AnyTagClassName
{
color: #017289;
}
</style>
background-color css
<style>
a { background-color: #017289; }
a { background-color: rgb(1,114,137); }
div.DivClassName
{
background-color: #017289;
}
.BgClassName
{
background-color: #017289;
}
</style>
border-color css
<style>
span { border-color: #017289; }
span { border-color: rgb(1,114,137); }
td.TdClassName
{
border-color: #017289;
}
.TagClassName
{
border-color: #017289;
}
</style>