Shades of Teal #017E89
Tints of Teal #017E89
RGB
CMYK
RGB Variations
Color information
#017E89 (or 0x017E89) is known color: Teal. HEX triplet: 01, 7E and 89. RGB value is (1,126,137). Sum of RGB (Red+Green+Blue) = 1+126+137=264 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 264); Green value is 126 (49.61% from 255 or 47.73% from 264); Blue value is 137 (53.91% from 255 or 51.89% from 264); Max value from RGB is 137 - color contains mainly: blue. Hex color #017E89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017E89 is #FE8176. Grayscale: #595959. Windows color (decimal): -16679287 or 9010689. OLE color: 9010689.
HSL color Cylindrical-coordinate representation of color #017E89: hue angle of 184.85º 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 #017E89 is Cyan = 0.99, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 1 | 126 | 137 | - |
| CMYK | 0.99 | 0.08 | 0 | 0.46 |
| HSL | 184.85º | 0.99% | 0.27% | - |
| HSV(B) | 184.85º | 0.99% | 0.54% | - |
| XYZ | 11.99 | 16.73 | 26.27 | - |
| YUV | 89.88 | 154.59 | 64.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 126 | 137 | 0.99 | 0.08 | 0 | 0.46 | 184.85 | 0.99 | 0.27 |
| Hex | 1 | 7E | 89 | 63 | 8 | 0 | 2E | B9 | 63 | 1B |
| Octal | 1 | 176 | 211 | 143 | 10 | 0 | 56 | 271 | 143 | 33 |
| Binary | 1 | 1111110 | 10001001 | 1100011 | 1000 | 0 | 101110 | 10111001 | 1100011 | 11011 |
Color Harmonies of #017E89
Complementary color
Monochromatic Colors of #017E89
Black with #017E89
Text Example
Text Example
White with #017E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017E89; }
p { color: rgb(1,126,137); }
H1.HeaderClassName
{
color: #017E89;
}
.AnyTagClassName
{
color: #017E89;
}
</style>
background-color css
<style>
a { background-color: #017E89; }
a { background-color: rgb(1,126,137); }
div.DivClassName
{
background-color: #017E89;
}
.BgClassName
{
background-color: #017E89;
}
</style>
border-color css
<style>
span { border-color: #017E89; }
span { border-color: rgb(1,126,137); }
td.TdClassName
{
border-color: #017E89;
}
.TagClassName
{
border-color: #017E89;
}
</style>