Html Css Color HEX #82EBA5 Vista Blue

📋 copy color: '#82EBA5'

red 130 ◦ green 235 ◦ blue 165

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

Shades of Vista Blue #82EBA5

Tints of Vista Blue #82EBA5

RGB

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

 GREEN value IS 235 (92.19% from 255) = 44.34%

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

R = 24.53%
G = 44.34%
B = 31.13%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.30

 K value IS 0.08

RGB Variations

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

Color information

#82EBA5 (or 0x82EBA5) is known color: Vista Blue. HEX triplet: 82, EB and A5. RGB value is (130,235,165). Sum of RGB (Red+Green+Blue) = 130+235+165=530 (70% of max value = 765). Red value is 130 (51.17% from 255 or 24.53% from 530); Green value is 235 (92.19% from 255 or 44.34% from 530); Blue value is 165 (64.84% from 255 or 31.13% from 530); Max value from RGB is 235 - color contains mainly: green. Hex color #82EBA5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #82EBA5 is #7D145A. Grayscale: #C3C3C3. Windows color (decimal): -8197211 or 10873730. OLE color: 10873730.

HSL color Cylindrical-coordinate representation of color #82EBA5: hue angle of 140º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #82EBA5 is Cyan = 0.45, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB 130 235 165 -
CMYK 0.45 0 0.30 0.08
HSL 140º 0.72% 0.72% -
HSV(B) 140º 0.45% 0.92% -
XYZ 45.71 66.88 46.1 -
YUV 195.63 110.71 81.19 -
System Red Green Blue C M Y K H S L
Decimal 130 235 165 0.45 0 0.30 0.08 140 0.72 0.72
Hex 82 EB A5 2D 0 1E 8 8C 48 48
Octal 202 353 245 55 0 36 10 214 110 110
Binary 10000010 11101011 10100101 101101 0 11110 1000 10001100 1001000 1001000

Color Harmonies of #82EBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82EBA5

Black with #82EBA5

Text Example


Text Example

White with #82EBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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