#82CEA1

Color #82CEA1 Summer Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Green #82CEA1

Tints of Summer Green #82CEA1

Color information

#82CEA1 (or 0x82CEA1) is unknown color: approx Summer Green. HEX triplet: 82, CE and A1. RGB value is (130,206,161). Sum of RGB (Red+Green+Blue) = 130+206+161=497 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.16% from 497); Green value is 206 (80.86% from 255 or 41.45% from 497); Blue value is 161 (63.28% from 255 or 32.39% from 497); Max value from RGB is 206 - color contains mainly: green. Hex color #82CEA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82CEA1 is #7D315E. Grayscale: #B2B2B2. Windows color (decimal): -8204639 or 10604162. OLE color: 10604162.

HSL color Cylindrical-coordinate representation of color #82CEA1: hue angle of 144.47º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #82CEA1 is Cyan = 0.37, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.

Color convert

RGB130206161-
CMYK0.3700.220.19
HSL144.47º43.68%65.88%-
HSV(B)144.47º36.89%80.78%-
XYZ37.7151.4641.66-
YUV178.15118.3293.66-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.16%
GREEN value IS 206 (80.86% from 255) = 41.45%
BLUE value IS 161 (63.28% from 255) = 32.39%
R=26.16%
G=41.45%
B=32.39%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1302061610.3700.220.19144.4743.6865.88
Hex82CEA12501613902c42
Octal202316241450262322054102
Binary10000010110011101010000110010101011010011100100001011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82CEA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82CEA1; }

 p { color: rgb(130,206,161); }

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

<style>
 a { background-color: #82CEA1; }

 a { background-color: rgb(130,206,161); }

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

<style>
 span { border-color: #82CEA1; }

 span { border-color: rgb(130,206,161); }

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