Html Css Color HEX #82CDA2 Summer Green

📋 copy color: '#82CDA2'

red 130 ◦ green 205 ◦ blue 162

#82CDA2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Summer Green #82CDA2

Tints of Summer Green #82CDA2

RGB

 RED value IS 130 (51.17% from 255) = 26.16%

 GREEN value IS 205 (80.47% from 255) = 41.25%

 BLUE value IS 162 (63.67% from 255) = 32.6%

R = 26.16%
G = 41.25%
B = 32.6%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.21

 K value IS 0.20

RGB Variations

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

Color information

#82CDA2 (or 0x82CDA2) is known color: Summer Green. HEX triplet: 82, CD and A2. RGB value is (130,205,162). Sum of RGB (Red+Green+Blue) = 130+205+162=497 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.16% from 497); Green value is 205 (80.47% from 255 or 41.25% from 497); Blue value is 162 (63.67% from 255 or 32.60% from 497); Max value from RGB is 205 - color contains mainly: green. Hex color #82CDA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82CDA2 is #7D325D. Grayscale: #B1B1B1. Windows color (decimal): -8204894 or 10669442. OLE color: 10669442.

HSL color Cylindrical-coordinate representation of color #82CDA2: hue angle of 145.6º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #82CDA2 is Cyan = 0.37, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.

Color convert

RGB 130 205 162 -
CMYK 0.37 0 0.21 0.20
HSL 145.6º 0.43% 0.66% -
HSV(B) 145.6º 0.37% 0.8% -
XYZ 37.56 51.02 42.05 -
YUV 177.67 119.15 94 -
System Red Green Blue C M Y K H S L
Decimal 130 205 162 0.37 0 0.21 0.20 145.6 0.43 0.66
Hex 82 CD A2 25 0 15 14 92 2B 42
Octal 202 315 242 45 0 25 24 222 53 102
Binary 10000010 11001101 10100010 100101 0 10101 10100 10010010 101011 1000010

Color Harmonies of #82CDA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82CDA2

Black with #82CDA2

Text Example


Text Example

White with #82CDA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #82CDA2;
 }
 .AnyTagClassName
 {
   color: #82CDA2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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