Html Css Color HEX #82E2A5 Vista Blue

📋 copy color: '#82E2A5'

red 130 ◦ green 226 ◦ blue 165

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

Shades of Vista Blue #82E2A5

Tints of Vista Blue #82E2A5

RGB

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

 GREEN value IS 226 (88.67% from 255) = 43.38%

 BLUE value IS 165 (64.84% from 255) = 31.67%

R = 24.95%
G = 43.38%
B = 31.67%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.27

 K value IS 0.11

RGB Variations

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

Color information

#82E2A5 (or 0x82E2A5) is known color: Vista Blue. HEX triplet: 82, E2 and A5. RGB value is (130,226,165). Sum of RGB (Red+Green+Blue) = 130+226+165=521 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.95% from 521); Green value is 226 (88.67% from 255 or 43.38% from 521); Blue value is 165 (64.84% from 255 or 31.67% from 521); Max value from RGB is 226 - color contains mainly: green. Hex color #82E2A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82E2A5 is #7D1D5A. Grayscale: #BEBEBE. Windows color (decimal): -8199515 or 10871426. OLE color: 10871426.

HSL color Cylindrical-coordinate representation of color #82E2A5: hue angle of 141.88º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #82E2A5 is Cyan = 0.42, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.11.

Color convert

RGB 130 226 165 -
CMYK 0.42 0 0.27 0.11
HSL 141.88º 0.62% 0.7% -
HSV(B) 141.88º 0.42% 0.89% -
XYZ 43.19 61.86 45.26 -
YUV 190.34 113.7 84.96 -
System Red Green Blue C M Y K H S L
Decimal 130 226 165 0.42 0 0.27 0.11 141.88 0.62 0.7
Hex 82 E2 A5 2A 0 1B B 8E 3E 46
Octal 202 342 245 52 0 33 13 216 76 106
Binary 10000010 11100010 10100101 101010 0 11011 1011 10001110 111110 1000110

Color Harmonies of #82E2A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82E2A5

Black with #82E2A5

Text Example


Text Example

White with #82E2A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,226,165); }

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

background-color css

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

 a { background-color: rgb(130,226,165); }

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

border-color css

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

 span { border-color: rgb(130,226,165); }

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