Html Css Color HEX #82E3A6 Vista Blue

📋 copy color: '#82E3A6'

red 130 ◦ green 227 ◦ blue 166

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

Shades of Vista Blue #82E3A6

Tints of Vista Blue #82E3A6

RGB

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

 GREEN value IS 227 (89.06% from 255) = 43.4%

 BLUE value IS 166 (65.23% from 255) = 31.74%

R = 24.86%
G = 43.4%
B = 31.74%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.27

 K value IS 0.11

RGB Variations

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

Color information

#82E3A6 (or 0x82E3A6) is known color: Vista Blue. HEX triplet: 82, E3 and A6. RGB value is (130,227,166). Sum of RGB (Red+Green+Blue) = 130+227+166=523 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.86% from 523); Green value is 227 (89.06% from 255 or 43.40% from 523); Blue value is 166 (65.23% from 255 or 31.74% from 523); Max value from RGB is 227 - color contains mainly: green. Hex color #82E3A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82E3A6 is #7D1C59. Grayscale: #BFBFBF. Windows color (decimal): -8199258 or 10937218. OLE color: 10937218.

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

Color convert

RGB 130 227 166 -
CMYK 0.43 0 0.27 0.11
HSL 142.27º 0.63% 0.7% -
HSV(B) 142.27º 0.43% 0.89% -
XYZ 43.56 62.44 45.83 -
YUV 191.04 113.86 84.46 -
System Red Green Blue C M Y K H S L
Decimal 130 227 166 0.43 0 0.27 0.11 142.27 0.63 0.7
Hex 82 E3 A6 2B 0 1B B 8E 3F 46
Octal 202 343 246 53 0 33 13 216 77 106
Binary 10000010 11100011 10100110 101011 0 11011 1011 10001110 111111 1000110

Color Harmonies of #82E3A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82E3A6

Black with #82E3A6

Text Example


Text Example

White with #82E3A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,227,166); }

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

background-color css

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

 a { background-color: rgb(130,227,166); }

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

border-color css

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

 span { border-color: rgb(130,227,166); }

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