Shades of Teal #0C778E
Tints of Teal #0C778E
RGB
CMYK
RGB Variations
Color information
#0C778E (or 0x0C778E) is known color: Teal. HEX triplet: 0C, 77 and 8E. RGB value is (12,119,142). Sum of RGB (Red+Green+Blue) = 12+119+142=273 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.40% from 273); Green value is 119 (46.88% from 255 or 43.59% from 273); Blue value is 142 (55.86% from 255 or 52.01% from 273); Max value from RGB is 142 - color contains mainly: blue. Hex color #0C778E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C778E is #F38871. Grayscale: #595959. Windows color (decimal): -15960178 or 9336588. OLE color: 9336588.
HSL color Cylindrical-coordinate representation of color #0C778E: hue angle of 190.62º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C778E is Cyan = 0.92, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 12 | 119 | 142 | - |
| CMYK | 0.92 | 0.16 | 0 | 0.44 |
| HSL | 190.62º | 0.84% | 0.3% | - |
| HSV(B) | 190.62º | 0.92% | 0.56% | - |
| XYZ | 11.63 | 15.22 | 27.92 | - |
| YUV | 89.63 | 157.55 | 72.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 119 | 142 | 0.92 | 0.16 | 0 | 0.44 | 190.62 | 0.84 | 0.3 |
| Hex | C | 77 | 8E | 5C | 10 | 0 | 2C | BF | 54 | 1E |
| Octal | 14 | 167 | 216 | 134 | 20 | 0 | 54 | 277 | 124 | 36 |
| Binary | 1100 | 1110111 | 10001110 | 1011100 | 10000 | 0 | 101100 | 10111111 | 1010100 | 11110 |
Color Harmonies of #0C778E
Complementary color
Monochromatic Colors of #0C778E
Black with #0C778E
Text Example
Text Example
White with #0C778E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C778E; }
p { color: rgb(12,119,142); }
H1.HeaderClassName
{
color: #0C778E;
}
.AnyTagClassName
{
color: #0C778E;
}
</style>
background-color css
<style>
a { background-color: #0C778E; }
a { background-color: rgb(12,119,142); }
div.DivClassName
{
background-color: #0C778E;
}
.BgClassName
{
background-color: #0C778E;
}
</style>
border-color css
<style>
span { border-color: #0C778E; }
span { border-color: rgb(12,119,142); }
td.TdClassName
{
border-color: #0C778E;
}
.TagClassName
{
border-color: #0C778E;
}
</style>