Shades of Teal #01778D
Tints of Teal #01778D
RGB
CMYK
RGB Variations
Color information
#01778D (or 0x01778D) is known color: Teal. HEX triplet: 01, 77 and 8D. RGB value is (1,119,141). Sum of RGB (Red+Green+Blue) = 1+119+141=261 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 261); Green value is 119 (46.88% from 255 or 45.59% from 261); Blue value is 141 (55.47% from 255 or 54.02% from 261); Max value from RGB is 141 - color contains mainly: blue. Hex color #01778D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01778D is #FE8872. Grayscale: #565656. Windows color (decimal): -16681075 or 9271041. OLE color: 9271041.
HSL color Cylindrical-coordinate representation of color #01778D: hue angle of 189.43º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01778D is Cyan = 0.99, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 119 | 141 | - |
| CMYK | 0.99 | 0.16 | 0 | 0.45 |
| HSL | 189.43º | 0.99% | 0.28% | - |
| HSV(B) | 189.43º | 0.99% | 0.55% | - |
| XYZ | 11.42 | 15.12 | 27.52 | - |
| YUV | 86.23 | 158.91 | 67.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 119 | 141 | 0.99 | 0.16 | 0 | 0.45 | 189.43 | 0.99 | 0.28 |
| Hex | 1 | 77 | 8D | 63 | 10 | 0 | 2D | BD | 63 | 1C |
| Octal | 1 | 167 | 215 | 143 | 20 | 0 | 55 | 275 | 143 | 34 |
| Binary | 1 | 1110111 | 10001101 | 1100011 | 10000 | 0 | 101101 | 10111101 | 1100011 | 11100 |
Color Harmonies of #01778D
Complementary color
Monochromatic Colors of #01778D
Black with #01778D
Text Example
Text Example
White with #01778D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01778D; }
p { color: rgb(1,119,141); }
H1.HeaderClassName
{
color: #01778D;
}
.AnyTagClassName
{
color: #01778D;
}
</style>
background-color css
<style>
a { background-color: #01778D; }
a { background-color: rgb(1,119,141); }
div.DivClassName
{
background-color: #01778D;
}
.BgClassName
{
background-color: #01778D;
}
</style>
border-color css
<style>
span { border-color: #01778D; }
span { border-color: rgb(1,119,141); }
td.TdClassName
{
border-color: #01778D;
}
.TagClassName
{
border-color: #01778D;
}
</style>