#02837C

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

Shades of Teal #02837C

Tints of Teal #02837C

Color information

#02837C (or 0x02837C) is unknown color: approx Teal. HEX triplet: 02, 83 and 7C. RGB value is (2,131,124). Sum of RGB (Red+Green+Blue) = 2+131+124=257 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 257); Green value is 131 (51.56% from 255 or 50.97% from 257); Blue value is 124 (48.83% from 255 or 48.25% from 257); Max value from RGB is 131 - color contains mainly: green. Hex color #02837C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02837C is #FD7C83. Grayscale: #5B5B5B. Windows color (decimal): -16612484 or 8160002. OLE color: 8160002.

HSL color Cylindrical-coordinate representation of color #02837C: hue angle of 176.74º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02837C is Cyan = 0.98, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB2131124-
CMYK0.9800.050.49
HSL176.74º96.99%26.08%-
HSV(B)176.74º98.47%51.37%-
XYZ11.7817.721.86-
YUV91.63146.2664.07-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.78%
GREEN value IS 131 (51.56% from 255) = 50.97%
BLUE value IS 124 (48.83% from 255) = 48.25%
R=0.78%
G=50.97%
B=48.25%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal21311240.9800.050.49176.7496.9926.08
Hex2837C620531b1611a
Octal2203174142056126114132
Binary101000001111111001100010010111000110110001110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02837C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02837C; }

 p { color: rgb(2,131,124); }

 H1.HeaderClassName
 {
   color: #02837C;
 }
 .AnyTagClassName
 {
   color: #02837C;
 }
</style>
background-color css

<style>
 a { background-color: #02837C; }

 a { background-color: rgb(2,131,124); }

 div.DivClassName
 {
   background-color: #02837C;
 }
 .BgClassName
 {
   background-color: #02837C;
 }
</style>
border-color css

<style>
 span { border-color: #02837C; }

 span { border-color: rgb(2,131,124); }

 td.TdClassName
 {
   border-color: #02837C;
 }
 .TagClassName
 {
   border-color: #02837C;
 }
</style>