#82CAA1

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

Shades of Summer Green #82CAA1

Tints of Summer Green #82CAA1

Color information

#82CAA1 (or 0x82CAA1) is unknown color: approx Summer Green. HEX triplet: 82, CA and A1. RGB value is (130,202,161). Sum of RGB (Red+Green+Blue) = 130+202+161=493 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.37% from 493); Green value is 202 (79.30% from 255 or 40.97% from 493); Blue value is 161 (63.28% from 255 or 32.66% from 493); Max value from RGB is 202 - color contains mainly: green. Hex color #82CAA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82CAA1 is #7D355E. Grayscale: #AFAFAF. Windows color (decimal): -8205663 or 10603138. OLE color: 10603138.

HSL color Cylindrical-coordinate representation of color #82CAA1: hue angle of 145.83º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #82CAA1 is Cyan = 0.36, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.21.

Color convert

RGB130202161-
CMYK0.3600.200.21
HSL145.83º40.45%65.1%-
HSV(B)145.83º35.64%79.22%-
XYZ36.7649.5641.35-
YUV175.8119.6595.33-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.37%
GREEN value IS 202 (79.30% from 255) = 40.97%
BLUE value IS 161 (63.28% from 255) = 32.66%
R=26.37%
G=40.97%
B=32.66%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1302021610.3600.200.21145.8340.4565.1
Hex82CAA12401415922841
Octal202312241440242522250101
Binary10000010110010101010000110010001010010101100100101010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82CAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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