Shades of Teal #01778F
Tints of Teal #01778F
RGB
CMYK
RGB Variations
Color information
#01778F (or 0x01778F) is known color: Teal. HEX triplet: 01, 77 and 8F. RGB value is (1,119,143). Sum of RGB (Red+Green+Blue) = 1+119+143=263 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 263); Green value is 119 (46.88% from 255 or 45.25% from 263); Blue value is 143 (56.25% from 255 or 54.37% from 263); Max value from RGB is 143 - color contains mainly: blue. Hex color #01778F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01778F is #FE8870. Grayscale: #565656. Windows color (decimal): -16681073 or 9402113. OLE color: 9402113.
HSL color Cylindrical-coordinate representation of color #01778F: hue angle of 190.14º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01778F is Cyan = 0.99, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 1 | 119 | 143 | - |
| CMYK | 0.99 | 0.17 | 0 | 0.44 |
| HSL | 190.14º | 0.99% | 0.28% | - |
| HSV(B) | 190.14º | 0.99% | 0.56% | - |
| XYZ | 11.57 | 15.18 | 28.31 | - |
| YUV | 86.45 | 159.91 | 67.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 119 | 143 | 0.99 | 0.17 | 0 | 0.44 | 190.14 | 0.99 | 0.28 |
| Hex | 1 | 77 | 8F | 63 | 11 | 0 | 2C | BE | 63 | 1C |
| Octal | 1 | 167 | 217 | 143 | 21 | 0 | 54 | 276 | 143 | 34 |
| Binary | 1 | 1110111 | 10001111 | 1100011 | 10001 | 0 | 101100 | 10111110 | 1100011 | 11100 |
Color Harmonies of #01778F
Complementary color
Monochromatic Colors of #01778F
Black with #01778F
Text Example
Text Example
White with #01778F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01778F; }
p { color: rgb(1,119,143); }
H1.HeaderClassName
{
color: #01778F;
}
.AnyTagClassName
{
color: #01778F;
}
</style>
background-color css
<style>
a { background-color: #01778F; }
a { background-color: rgb(1,119,143); }
div.DivClassName
{
background-color: #01778F;
}
.BgClassName
{
background-color: #01778F;
}
</style>
border-color css
<style>
span { border-color: #01778F; }
span { border-color: rgb(1,119,143); }
td.TdClassName
{
border-color: #01778F;
}
.TagClassName
{
border-color: #01778F;
}
</style>