Shades of Teal #02788C
Tints of Teal #02788C
RGB
CMYK
RGB Variations
Color information
#02788C (or 0x02788C) is known color: Teal. HEX triplet: 02, 78 and 8C. RGB value is (2,120,140). Sum of RGB (Red+Green+Blue) = 2+120+140=262 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.76% from 262); Green value is 120 (47.27% from 255 or 45.80% from 262); Blue value is 140 (55.08% from 255 or 53.44% from 262); Max value from RGB is 140 - color contains mainly: blue. Hex color #02788C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02788C is #FD8773. Grayscale: #565656. Windows color (decimal): -16615284 or 9205762. OLE color: 9205762.
HSL color Cylindrical-coordinate representation of color #02788C: hue angle of 188.7º 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 #02788C is Cyan = 0.99, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 2 | 120 | 140 | - |
| CMYK | 0.99 | 0.14 | 0 | 0.45 |
| HSL | 188.7º | 0.97% | 0.28% | - |
| HSV(B) | 188.7º | 0.99% | 0.55% | - |
| XYZ | 11.48 | 15.34 | 27.17 | - |
| YUV | 87 | 157.91 | 67.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 120 | 140 | 0.99 | 0.14 | 0 | 0.45 | 188.7 | 0.97 | 0.28 |
| Hex | 2 | 78 | 8C | 63 | E | 0 | 2D | BD | 61 | 1C |
| Octal | 2 | 170 | 214 | 143 | 16 | 0 | 55 | 275 | 141 | 34 |
| Binary | 10 | 1111000 | 10001100 | 1100011 | 1110 | 0 | 101101 | 10111101 | 1100001 | 11100 |
Color Harmonies of #02788C
Complementary color
Monochromatic Colors of #02788C
Black with #02788C
Text Example
Text Example
White with #02788C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02788C; }
p { color: rgb(2,120,140); }
H1.HeaderClassName
{
color: #02788C;
}
.AnyTagClassName
{
color: #02788C;
}
</style>
background-color css
<style>
a { background-color: #02788C; }
a { background-color: rgb(2,120,140); }
div.DivClassName
{
background-color: #02788C;
}
.BgClassName
{
background-color: #02788C;
}
</style>
border-color css
<style>
span { border-color: #02788C; }
span { border-color: rgb(2,120,140); }
td.TdClassName
{
border-color: #02788C;
}
.TagClassName
{
border-color: #02788C;
}
</style>