Html Css Color HEX #82E1B2 Vista Blue

📋 copy color: '#82E1B2'

red 130 ◦ green 225 ◦ blue 178

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

Shades of Vista Blue #82E1B2

Tints of Vista Blue #82E1B2

RGB

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

 GREEN value IS 225 (88.28% from 255) = 42.21%

 BLUE value IS 178 (69.92% from 255) = 33.4%

R = 24.39%
G = 42.21%
B = 33.4%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.21

 K value IS 0.12

RGB Variations

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

Color information

#82E1B2 (or 0x82E1B2) is known color: Vista Blue. HEX triplet: 82, E1 and B2. RGB value is (130,225,178). Sum of RGB (Red+Green+Blue) = 130+225+178=533 (70% of max value = 765). Red value is 130 (51.17% from 255 or 24.39% from 533); Green value is 225 (88.28% from 255 or 42.21% from 533); Blue value is 178 (69.92% from 255 or 33.40% from 533); Max value from RGB is 225 - color contains mainly: green. Hex color #82E1B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82E1B2 is #7D1E4D. Grayscale: #BFBFBF. Windows color (decimal): -8199758 or 11723138. OLE color: 11723138.

HSL color Cylindrical-coordinate representation of color #82E1B2: hue angle of 150.32º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #82E1B2 is Cyan = 0.42, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.12.

Color convert

RGB 130 225 178 -
CMYK 0.42 0 0.21 0.12
HSL 150.32º 0.61% 0.7% -
HSV(B) 150.32º 0.42% 0.88% -
XYZ 44.17 61.81 51.72 -
YUV 191.24 120.53 84.32 -
System Red Green Blue C M Y K H S L
Decimal 130 225 178 0.42 0 0.21 0.12 150.32 0.61 0.7
Hex 82 E1 B2 2A 0 15 C 96 3D 46
Octal 202 341 262 52 0 25 14 226 75 106
Binary 10000010 11100001 10110010 101010 0 10101 1100 10010110 111101 1000110

Color Harmonies of #82E1B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82E1B2

Black with #82E1B2

Text Example


Text Example

White with #82E1B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,225,178); }

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

background-color css

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

 a { background-color: rgb(130,225,178); }

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

border-color css

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

 span { border-color: rgb(130,225,178); }

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