Html Css Color HEX #82CA9A Summer Green

📋 copy color: '#82CA9A'

red 130 ◦ green 202 ◦ blue 154

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

Shades of Summer Green #82CA9A

Tints of Summer Green #82CA9A

RGB

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

 GREEN value IS 202 (79.3% from 255) = 41.56%

 BLUE value IS 154 (60.55% from 255) = 31.69%

R = 26.75%
G = 41.56%
B = 31.69%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.24

 K value IS 0.21

RGB Variations

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

Color information

#82CA9A (or 0x82CA9A) is known color: Summer Green. HEX triplet: 82, CA and 9A. RGB value is (130,202,154). Sum of RGB (Red+Green+Blue) = 130+202+154=486 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.75% from 486); Green value is 202 (79.30% from 255 or 41.56% from 486); Blue value is 154 (60.55% from 255 or 31.69% from 486); Max value from RGB is 202 - color contains mainly: green. Hex color #82CA9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82CA9A is #7D3565. Grayscale: #AFAFAF. Windows color (decimal): -8205670 or 10144386. OLE color: 10144386.

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

Color convert

RGB 130 202 154 -
CMYK 0.36 0 0.24 0.21
HSL 140º 0.4% 0.65% -
HSV(B) 140º 0.36% 0.79% -
XYZ 36.16 49.32 38.19 -
YUV 175 116.15 95.9 -
System Red Green Blue C M Y K H S L
Decimal 130 202 154 0.36 0 0.24 0.21 140 0.4 0.65
Hex 82 CA 9A 24 0 18 15 8C 28 41
Octal 202 312 232 44 0 30 25 214 50 101
Binary 10000010 11001010 10011010 100100 0 11000 10101 10001100 101000 1000001

Color Harmonies of #82CA9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82CA9A

Black with #82CA9A

Text Example


Text Example

White with #82CA9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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