Html Css Color HEX #82CAA0 Summer Green

📋 copy color: '#82CAA0'

red 130 ◦ green 202 ◦ blue 160

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

Shades of Summer Green #82CAA0

Tints of Summer Green #82CAA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 32.52%

R = 26.42%
G = 41.06%
B = 32.52%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.21

 K value IS 0.21

RGB Variations

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

Color information

#82CAA0 (or 0x82CAA0) is known color: Summer Green. HEX triplet: 82, CA and A0. RGB value is (130,202,160). Sum of RGB (Red+Green+Blue) = 130+202+160=492 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.42% from 492); Green value is 202 (79.30% from 255 or 41.06% from 492); Blue value is 160 (62.89% from 255 or 32.52% from 492); Max value from RGB is 202 - color contains mainly: green. Hex color #82CAA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82CAA0 is #7D355F. Grayscale: #AFAFAF. Windows color (decimal): -8205664 or 10537602. OLE color: 10537602.

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

Color convert

RGB 130 202 160 -
CMYK 0.36 0 0.21 0.21
HSL 145º 0.4% 0.65% -
HSV(B) 145º 0.36% 0.79% -
XYZ 36.67 49.52 40.88 -
YUV 175.68 119.15 95.42 -
System Red Green Blue C M Y K H S L
Decimal 130 202 160 0.36 0 0.21 0.21 145 0.4 0.65
Hex 82 CA A0 24 0 15 15 91 28 41
Octal 202 312 240 44 0 25 25 221 50 101
Binary 10000010 11001010 10100000 100100 0 10101 10101 10010001 101000 1000001

Color Harmonies of #82CAA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82CAA0

Black with #82CAA0

Text Example


Text Example

White with #82CAA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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