Shades of Teal #01778B
Tints of Teal #01778B
RGB
CMYK
RGB Variations
Color information
#01778B (or 0x01778B) is known color: Teal. HEX triplet: 01, 77 and 8B. RGB value is (1,119,139). Sum of RGB (Red+Green+Blue) = 1+119+139=259 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 259); Green value is 119 (46.88% from 255 or 45.95% from 259); Blue value is 139 (54.69% from 255 or 53.67% from 259); Max value from RGB is 139 - color contains mainly: blue. Hex color #01778B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01778B is #FE8874. Grayscale: #555555. Windows color (decimal): -16681077 or 9139969. OLE color: 9139969.
HSL color Cylindrical-coordinate representation of color #01778B: hue angle of 188.7º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01778B is Cyan = 0.99, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 119 | 139 | - |
| CMYK | 0.99 | 0.14 | 0 | 0.45 |
| HSL | 188.7º | 0.99% | 0.27% | - |
| HSV(B) | 188.7º | 0.99% | 0.55% | - |
| XYZ | 11.27 | 15.06 | 26.74 | - |
| YUV | 86 | 157.91 | 67.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 119 | 139 | 0.99 | 0.14 | 0 | 0.45 | 188.7 | 0.99 | 0.27 |
| Hex | 1 | 77 | 8B | 63 | E | 0 | 2D | BD | 63 | 1B |
| Octal | 1 | 167 | 213 | 143 | 16 | 0 | 55 | 275 | 143 | 33 |
| Binary | 1 | 1110111 | 10001011 | 1100011 | 1110 | 0 | 101101 | 10111101 | 1100011 | 11011 |
Color Harmonies of #01778B
Complementary color
Monochromatic Colors of #01778B
Black with #01778B
Text Example
Text Example
White with #01778B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01778B; }
p { color: rgb(1,119,139); }
H1.HeaderClassName
{
color: #01778B;
}
.AnyTagClassName
{
color: #01778B;
}
</style>
background-color css
<style>
a { background-color: #01778B; }
a { background-color: rgb(1,119,139); }
div.DivClassName
{
background-color: #01778B;
}
.BgClassName
{
background-color: #01778B;
}
</style>
border-color css
<style>
span { border-color: #01778B; }
span { border-color: rgb(1,119,139); }
td.TdClassName
{
border-color: #01778B;
}
.TagClassName
{
border-color: #01778B;
}
</style>