#02768E

Color #02768E Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Teal #02768E

Tints of Teal #02768E

Color information

#02768E (or 0x02768E) is unknown color: approx 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

RGB2118142-
CMYK0.990.1700.44
HSL190.29º97.22%28.24%-
HSV(B)190.29º98.59%55.69%-
XYZ11.3914.9227.87-
YUV86.05159.5768.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 2 (1.17% from 255) = 0.76%
GREEN value IS 118 (46.48% from 255) = 45.04%
BLUE value IS 142 (55.86% from 255) = 54.20%
R=0.76%
G=45.04%
B=54.20%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal21181420.990.1700.44190.2997.2228.24
Hex2768E631102Cbe611c
Octal21662161432105427614134
Binary10111011010001110110001110001010110010111110110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02768E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>