Shades of Teal #02768E
Tints of Teal #02768E
RGB
CMYK
RGB Variations
Color information
#02768E (or 0x02768E) is known color: Teal. HEX triplet: 02, 76 and 8E. RGB value is (2,118,142). Sum of RGB (Red+Green+Blue) = 2+118+142=262 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.76% from 262); Green value is 118 (46.48% from 255 or 45.04% from 262); Blue value is 142 (55.86% from 255 or 54.20% from 262); Max value from RGB is 142 - color contains mainly: blue. Hex color #02768E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02768E is #FD8971. Grayscale: #555555. Windows color (decimal): -16615794 or 9336322. OLE color: 9336322.
HSL color Cylindrical-coordinate representation of color #02768E: hue angle of 190.29º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02768E is Cyan = 0.99, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 2 | 118 | 142 | - |
| CMYK | 0.99 | 0.17 | 0 | 0.44 |
| HSL | 190.29º | 0.97% | 0.28% | - |
| HSV(B) | 190.29º | 0.99% | 0.56% | - |
| XYZ | 11.39 | 14.92 | 27.87 | - |
| YUV | 86.05 | 159.57 | 68.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 118 | 142 | 0.99 | 0.17 | 0 | 0.44 | 190.29 | 0.97 | 0.28 |
| Hex | 2 | 76 | 8E | 63 | 11 | 0 | 2C | BE | 61 | 1C |
| Octal | 2 | 166 | 216 | 143 | 21 | 0 | 54 | 276 | 141 | 34 |
| Binary | 10 | 1110110 | 10001110 | 1100011 | 10001 | 0 | 101100 | 10111110 | 1100001 | 11100 |
Color Harmonies of #02768E
Complementary color
Monochromatic Colors of #02768E
Black with #02768E
Text Example
Text Example
White with #02768E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02768E; }
p { color: rgb(2,118,142); }
H1.HeaderClassName
{
color: #02768E;
}
.AnyTagClassName
{
color: #02768E;
}
</style>
background-color css
<style>
a { background-color: #02768E; }
a { background-color: rgb(2,118,142); }
div.DivClassName
{
background-color: #02768E;
}
.BgClassName
{
background-color: #02768E;
}
</style>
border-color css
<style>
span { border-color: #02768E; }
span { border-color: rgb(2,118,142); }
td.TdClassName
{
border-color: #02768E;
}
.TagClassName
{
border-color: #02768E;
}
</style>