Html Css Color HEX #82EEA5 Vista Blue

📋 copy color: '#82EEA5'

red 130 ◦ green 238 ◦ blue 165

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

Shades of Vista Blue #82EEA5

Tints of Vista Blue #82EEA5

RGB

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

 GREEN value IS 238 (93.36% from 255) = 44.65%

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

R = 24.39%
G = 44.65%
B = 30.96%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.31

 K value IS 0.07

RGB Variations

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

Color information

#82EEA5 (or 0x82EEA5) is known color: Vista Blue. HEX triplet: 82, EE and A5. RGB value is (130,238,165). Sum of RGB (Red+Green+Blue) = 130+238+165=533 (70% of max value = 765). Red value is 130 (51.17% from 255 or 24.39% from 533); Green value is 238 (93.36% from 255 or 44.65% from 533); Blue value is 165 (64.84% from 255 or 30.96% from 533); Max value from RGB is 238 - color contains mainly: green. Hex color #82EEA5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #82EEA5 is #7D115A. Grayscale: #C5C5C5. Windows color (decimal): -8196443 or 10874498. OLE color: 10874498.

HSL color Cylindrical-coordinate representation of color #82EEA5: hue angle of 139.44º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #82EEA5 is Cyan = 0.45, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.

Color convert

RGB 130 238 165 -
CMYK 0.45 0 0.31 0.07
HSL 139.44º 0.76% 0.72% -
HSV(B) 139.44º 0.45% 0.93% -
XYZ 46.57 68.61 46.39 -
YUV 197.39 109.72 79.94 -
System Red Green Blue C M Y K H S L
Decimal 130 238 165 0.45 0 0.31 0.07 139.44 0.76 0.72
Hex 82 EE A5 2D 0 1F 7 8B 4C 48
Octal 202 356 245 55 0 37 7 213 114 110
Binary 10000010 11101110 10100101 101101 0 11111 111 10001011 1001100 1001000

Color Harmonies of #82EEA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82EEA5

Black with #82EEA5

Text Example


Text Example

White with #82EEA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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