#82CA9F

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

Shades of Summer Green #82CA9F

Tints of Summer Green #82CA9F

Color information

#82CA9F (or 0x82CA9F) is unknown color: approx Summer Green. HEX triplet: 82, CA and 9F. RGB value is (130,202,159). Sum of RGB (Red+Green+Blue) = 130+202+159=491 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.48% from 491); Green value is 202 (79.30% from 255 or 41.14% from 491); Blue value is 159 (62.5% from 255 or 32.38% from 491); Max value from RGB is 202 - color contains mainly: green. Hex color #82CA9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82CA9F is #7D3560. Grayscale: #AFAFAF. Windows color (decimal): -8205665 or 10472066. OLE color: 10472066.

HSL color Cylindrical-coordinate representation of color #82CA9F: hue angle of 144.17º 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 #82CA9F is Cyan = 0.36, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.

Color convert

RGB130202159-
CMYK0.3600.210.21
HSL144.17º40.45%65.1%-
HSV(B)144.17º35.64%79.22%-
XYZ36.5849.4940.43-
YUV175.57118.6595.5-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.48%
GREEN value IS 202 (79.30% from 255) = 41.14%
BLUE value IS 159 (62.5% from 255) = 32.38%
R=26.48%
G=41.14%
B=32.38%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1302021590.3600.210.21144.1740.4565.1
Hex82CA9F2401515902841
Octal202312237440252522050101
Binary10000010110010101001111110010001010110101100100001010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82CA9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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