Html Css Color HEX #82CA9B Summer Green

📋 copy color: '#82CA9B'

red 130 ◦ green 202 ◦ blue 155

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

Shades of Summer Green #82CA9B

Tints of Summer Green #82CA9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 31.83%

R = 26.69%
G = 41.48%
B = 31.83%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.23

 K value IS 0.21

RGB Variations

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

Color information

#82CA9B (or 0x82CA9B) is known color: Summer Green. HEX triplet: 82, CA and 9B. RGB value is (130,202,155). Sum of RGB (Red+Green+Blue) = 130+202+155=487 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.69% from 487); Green value is 202 (79.30% from 255 or 41.48% from 487); Blue value is 155 (60.94% from 255 or 31.83% from 487); Max value from RGB is 202 - color contains mainly: green. Hex color #82CA9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82CA9B is #7D3564. Grayscale: #AFAFAF. Windows color (decimal): -8205669 or 10209922. OLE color: 10209922.

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

Color convert

RGB 130 202 155 -
CMYK 0.36 0 0.23 0.21
HSL 140.83º 0.4% 0.65% -
HSV(B) 140.83º 0.36% 0.79% -
XYZ 36.24 49.35 38.63 -
YUV 175.11 116.65 95.82 -
System Red Green Blue C M Y K H S L
Decimal 130 202 155 0.36 0 0.23 0.21 140.83 0.4 0.65
Hex 82 CA 9B 24 0 17 15 8D 28 41
Octal 202 312 233 44 0 27 25 215 50 101
Binary 10000010 11001010 10011011 100100 0 10111 10101 10001101 101000 1000001

Color Harmonies of #82CA9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82CA9B

Black with #82CA9B

Text Example


Text Example

White with #82CA9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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