Shades of Teal #02768B
Tints of Teal #02768B
RGB
CMYK
RGB Variations
Color information
#02768B (or 0x02768B) is known color: Teal. HEX triplet: 02, 76 and 8B. RGB value is (2,118,139). Sum of RGB (Red+Green+Blue) = 2+118+139=259 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.77% from 259); Green value is 118 (46.48% from 255 or 45.56% 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 #02768B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02768B is #FD8974. Grayscale: #555555. Windows color (decimal): -16615797 or 9139714. OLE color: 9139714.
HSL color Cylindrical-coordinate representation of color #02768B: hue angle of 189.2º 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 #02768B is Cyan = 0.99, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 2 | 118 | 139 | - |
| CMYK | 0.99 | 0.15 | 0 | 0.45 |
| HSL | 189.2º | 0.97% | 0.28% | - |
| HSV(B) | 189.2º | 0.99% | 0.55% | - |
| XYZ | 11.16 | 14.83 | 26.7 | - |
| YUV | 85.71 | 158.07 | 68.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 118 | 139 | 0.99 | 0.15 | 0 | 0.45 | 189.2 | 0.97 | 0.28 |
| Hex | 2 | 76 | 8B | 63 | F | 0 | 2D | BD | 61 | 1C |
| Octal | 2 | 166 | 213 | 143 | 17 | 0 | 55 | 275 | 141 | 34 |
| Binary | 10 | 1110110 | 10001011 | 1100011 | 1111 | 0 | 101101 | 10111101 | 1100001 | 11100 |
Color Harmonies of #02768B
Complementary color
Monochromatic Colors of #02768B
Black with #02768B
Text Example
Text Example
White with #02768B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02768B; }
p { color: rgb(2,118,139); }
H1.HeaderClassName
{
color: #02768B;
}
.AnyTagClassName
{
color: #02768B;
}
</style>
background-color css
<style>
a { background-color: #02768B; }
a { background-color: rgb(2,118,139); }
div.DivClassName
{
background-color: #02768B;
}
.BgClassName
{
background-color: #02768B;
}
</style>
border-color css
<style>
span { border-color: #02768B; }
span { border-color: rgb(2,118,139); }
td.TdClassName
{
border-color: #02768B;
}
.TagClassName
{
border-color: #02768B;
}
</style>