Shades of Teal #01778C
Tints of Teal #01778C
RGB
CMYK
RGB Variations
Color information
#01778C (or 0x01778C) is known color: Teal. HEX triplet: 01, 77 and 8C. RGB value is (1,119,140). Sum of RGB (Red+Green+Blue) = 1+119+140=260 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 260); Green value is 119 (46.88% from 255 or 45.77% from 260); Blue value is 140 (55.08% from 255 or 53.85% from 260); Max value from RGB is 140 - color contains mainly: blue. Hex color #01778C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01778C is #FE8873. Grayscale: #555555. Windows color (decimal): -16681076 or 9205505. OLE color: 9205505.
HSL color Cylindrical-coordinate representation of color #01778C: hue angle of 189.06º 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 #01778C is Cyan = 0.99, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 119 | 140 | - |
| CMYK | 0.99 | 0.15 | 0 | 0.45 |
| HSL | 189.06º | 0.99% | 0.28% | - |
| HSV(B) | 189.06º | 0.99% | 0.55% | - |
| XYZ | 11.34 | 15.09 | 27.13 | - |
| YUV | 86.11 | 158.41 | 67.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 119 | 140 | 0.99 | 0.15 | 0 | 0.45 | 189.06 | 0.99 | 0.28 |
| Hex | 1 | 77 | 8C | 63 | F | 0 | 2D | BD | 63 | 1C |
| Octal | 1 | 167 | 214 | 143 | 17 | 0 | 55 | 275 | 143 | 34 |
| Binary | 1 | 1110111 | 10001100 | 1100011 | 1111 | 0 | 101101 | 10111101 | 1100011 | 11100 |
Color Harmonies of #01778C
Complementary color
Monochromatic Colors of #01778C
Black with #01778C
Text Example
Text Example
White with #01778C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01778C; }
p { color: rgb(1,119,140); }
H1.HeaderClassName
{
color: #01778C;
}
.AnyTagClassName
{
color: #01778C;
}
</style>
background-color css
<style>
a { background-color: #01778C; }
a { background-color: rgb(1,119,140); }
div.DivClassName
{
background-color: #01778C;
}
.BgClassName
{
background-color: #01778C;
}
</style>
border-color css
<style>
span { border-color: #01778C; }
span { border-color: rgb(1,119,140); }
td.TdClassName
{
border-color: #01778C;
}
.TagClassName
{
border-color: #01778C;
}
</style>