#82CBA2

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

Shades of Summer Green #82CBA2

Tints of Summer Green #82CBA2

Color information

#82CBA2 (or 0x82CBA2) is unknown color: approx Summer Green. HEX triplet: 82, CB and A2. RGB value is (130,203,162). Sum of RGB (Red+Green+Blue) = 130+203+162=495 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.26% from 495); Green value is 203 (79.69% from 255 or 41.01% from 495); Blue value is 162 (63.67% from 255 or 32.73% from 495); Max value from RGB is 203 - color contains mainly: green. Hex color #82CBA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82CBA2 is #7D345D. Grayscale: #B0B0B0. Windows color (decimal): -8205406 or 10668930. OLE color: 10668930.

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

Color convert

RGB130203162-
CMYK0.3600.200.20
HSL146.3º41.24%65.29%-
HSV(B)146.3º35.96%79.61%-
XYZ37.0850.0741.89-
YUV176.5119.8294.83-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.26%
GREEN value IS 203 (79.69% from 255) = 41.01%
BLUE value IS 162 (63.67% from 255) = 32.73%
R=26.26%
G=41.01%
B=32.73%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1302031620.3600.200.20146.341.2465.29
Hex82CBA22401414922941
Octal202313242440242422251101
Binary10000010110010111010001010010001010010100100100101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82CBA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,203,162); }

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

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

 a { background-color: rgb(130,203,162); }

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

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

 span { border-color: rgb(130,203,162); }

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