Shades of Teal #017780
Tints of Teal #017780
RGB
CMYK
RGB Variations
Color information
#017780 (or 0x017780) is known color: Teal. HEX triplet: 01, 77 and 80. RGB value is (1,119,128). Sum of RGB (Red+Green+Blue) = 1+119+128=248 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 248); Green value is 119 (46.88% from 255 or 47.98% from 248); Blue value is 128 (50.39% from 255 or 51.61% from 248); Max value from RGB is 128 - color contains mainly: blue. Hex color #017780 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017780 is #FE887F. Grayscale: #545454. Windows color (decimal): -16681088 or 8419073. OLE color: 8419073.
HSL color Cylindrical-coordinate representation of color #017780: hue angle of 184.25º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017780 is Cyan = 0.99, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 1 | 119 | 128 | - |
| CMYK | 0.99 | 0.07 | 0 | 0.50 |
| HSL | 184.25º | 0.98% | 0.25% | - |
| HSV(B) | 184.25º | 0.99% | 0.5% | - |
| XYZ | 10.51 | 14.76 | 22.72 | - |
| YUV | 84.74 | 152.41 | 68.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 119 | 128 | 0.99 | 0.07 | 0 | 0.50 | 184.25 | 0.98 | 0.25 |
| Hex | 1 | 77 | 80 | 63 | 7 | 0 | 32 | B8 | 62 | 19 |
| Octal | 1 | 167 | 200 | 143 | 7 | 0 | 62 | 270 | 142 | 31 |
| Binary | 1 | 1110111 | 10000000 | 1100011 | 111 | 0 | 110010 | 10111000 | 1100010 | 11001 |
Color Harmonies of #017780
Complementary color
Monochromatic Colors of #017780
Black with #017780
Text Example
Text Example
White with #017780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017780; }
p { color: rgb(1,119,128); }
H1.HeaderClassName
{
color: #017780;
}
.AnyTagClassName
{
color: #017780;
}
</style>
background-color css
<style>
a { background-color: #017780; }
a { background-color: rgb(1,119,128); }
div.DivClassName
{
background-color: #017780;
}
.BgClassName
{
background-color: #017780;
}
</style>
border-color css
<style>
span { border-color: #017780; }
span { border-color: rgb(1,119,128); }
td.TdClassName
{
border-color: #017780;
}
.TagClassName
{
border-color: #017780;
}
</style>