Shades of Teal #02778C
Tints of Teal #02778C
RGB
CMYK
RGB Variations
Color information
#02778C (or 0x02778C) is known color: Teal. HEX triplet: 02, 77 and 8C. RGB value is (2,119,140). Sum of RGB (Red+Green+Blue) = 2+119+140=261 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.77% from 261); Green value is 119 (46.88% from 255 or 45.59% from 261); Blue value is 140 (55.08% from 255 or 53.64% from 261); Max value from RGB is 140 - color contains mainly: blue. Hex color #02778C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02778C is #FD8873. Grayscale: #565656. Windows color (decimal): -16615540 or 9205506. OLE color: 9205506.
HSL color Cylindrical-coordinate representation of color #02778C: hue angle of 189.13º degrees, saturation: 0.97, 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 #02778C is Cyan = 0.99, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 2 | 119 | 140 | - |
| CMYK | 0.99 | 0.15 | 0 | 0.45 |
| HSL | 189.13º | 0.97% | 0.28% | - |
| HSV(B) | 189.13º | 0.99% | 0.55% | - |
| XYZ | 11.36 | 15.1 | 27.13 | - |
| YUV | 86.41 | 158.24 | 67.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 119 | 140 | 0.99 | 0.15 | 0 | 0.45 | 189.13 | 0.97 | 0.28 |
| Hex | 2 | 77 | 8C | 63 | F | 0 | 2D | BD | 61 | 1C |
| Octal | 2 | 167 | 214 | 143 | 17 | 0 | 55 | 275 | 141 | 34 |
| Binary | 10 | 1110111 | 10001100 | 1100011 | 1111 | 0 | 101101 | 10111101 | 1100001 | 11100 |
Color Harmonies of #02778C
Complementary color
Monochromatic Colors of #02778C
Black with #02778C
Text Example
Text Example
White with #02778C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02778C; }
p { color: rgb(2,119,140); }
H1.HeaderClassName
{
color: #02778C;
}
.AnyTagClassName
{
color: #02778C;
}
</style>
background-color css
<style>
a { background-color: #02778C; }
a { background-color: rgb(2,119,140); }
div.DivClassName
{
background-color: #02778C;
}
.BgClassName
{
background-color: #02778C;
}
</style>
border-color css
<style>
span { border-color: #02778C; }
span { border-color: rgb(2,119,140); }
td.TdClassName
{
border-color: #02778C;
}
.TagClassName
{
border-color: #02778C;
}
</style>