Shades of Teal #017689
Tints of Teal #017689
RGB
CMYK
RGB Variations
Color information
#017689 (or 0x017689) is known color: Teal. HEX triplet: 01, 76 and 89. RGB value is (1,118,137). Sum of RGB (Red+Green+Blue) = 1+118+137=256 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 256); Green value is 118 (46.48% from 255 or 46.09% from 256); Blue value is 137 (53.91% from 255 or 53.52% from 256); Max value from RGB is 137 - color contains mainly: blue. Hex color #017689 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017689 is #FE8976. Grayscale: #545454. Windows color (decimal): -16681335 or 9008641. OLE color: 9008641.
HSL color Cylindrical-coordinate representation of color #017689: hue angle of 188.38º 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 #017689 is Cyan = 0.99, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 1 | 118 | 137 | - |
| CMYK | 0.99 | 0.14 | 0 | 0.46 |
| HSL | 188.38º | 0.99% | 0.27% | - |
| HSV(B) | 188.38º | 0.99% | 0.54% | - |
| XYZ | 11.01 | 14.77 | 25.94 | - |
| YUV | 85.18 | 157.24 | 67.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 118 | 137 | 0.99 | 0.14 | 0 | 0.46 | 188.38 | 0.99 | 0.27 |
| Hex | 1 | 76 | 89 | 63 | E | 0 | 2E | BC | 63 | 1B |
| Octal | 1 | 166 | 211 | 143 | 16 | 0 | 56 | 274 | 143 | 33 |
| Binary | 1 | 1110110 | 10001001 | 1100011 | 1110 | 0 | 101110 | 10111100 | 1100011 | 11011 |
Color Harmonies of #017689
Complementary color
Monochromatic Colors of #017689
Black with #017689
Text Example
Text Example
White with #017689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017689; }
p { color: rgb(1,118,137); }
H1.HeaderClassName
{
color: #017689;
}
.AnyTagClassName
{
color: #017689;
}
</style>
background-color css
<style>
a { background-color: #017689; }
a { background-color: rgb(1,118,137); }
div.DivClassName
{
background-color: #017689;
}
.BgClassName
{
background-color: #017689;
}
</style>
border-color css
<style>
span { border-color: #017689; }
span { border-color: rgb(1,118,137); }
td.TdClassName
{
border-color: #017689;
}
.TagClassName
{
border-color: #017689;
}
</style>