Html Css Color HEX #82CCA2 Summer Green

📋 copy color: '#82CCA2'

red 130 ◦ green 204 ◦ blue 162

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

Shades of Summer Green #82CCA2

Tints of Summer Green #82CCA2

RGB

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

 GREEN value IS 204 (80.08% from 255) = 41.13%

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

R = 26.21%
G = 41.13%
B = 32.66%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.21

 K value IS 0.2

RGB Variations

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

Color information

#82CCA2 (or 0x82CCA2) is known color: Summer Green. HEX triplet: 82, CC and A2. RGB value is (130,204,162). Sum of RGB (Red+Green+Blue) = 130+204+162=496 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.21% from 496); Green value is 204 (80.08% from 255 or 41.13% from 496); Blue value is 162 (63.67% from 255 or 32.66% from 496); Max value from RGB is 204 - color contains mainly: green. Hex color #82CCA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82CCA2 is #7D335D. Grayscale: #B1B1B1. Windows color (decimal): -8205150 or 10669186. OLE color: 10669186.

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

Color convert

RGB 130 204 162 -
CMYK 0.36 0 0.21 0.2
HSL 145.95º 0.42% 0.65% -
HSV(B) 145.95º 0.36% 0.8% -
XYZ 37.32 50.54 41.97 -
YUV 177.09 119.48 94.42 -
System Red Green Blue C M Y K H S L
Decimal 130 204 162 0.36 0 0.21 0.2 145.95 0.42 0.65
Hex 82 CC A2 24 0 15 14 92 2A 41
Octal 202 314 242 44 0 25 24 222 52 101
Binary 10000010 11001100 10100010 100100 0 10101 10100 10010010 101010 1000001

Color Harmonies of #82CCA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82CCA2

Black with #82CCA2

Text Example


Text Example

White with #82CCA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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