Html Css Color HEX #82E5AF Vista Blue

📋 copy color: '#82E5AF'

red 130 ◦ green 229 ◦ blue 175

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

Shades of Vista Blue #82E5AF

Tints of Vista Blue #82E5AF

RGB

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

 GREEN value IS 229 (89.84% from 255) = 42.88%

 BLUE value IS 175 (68.75% from 255) = 32.77%

R = 24.34%
G = 42.88%
B = 32.77%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#82E5AF (or 0x82E5AF) is known color: Vista Blue. HEX triplet: 82, E5 and AF. RGB value is (130,229,175). Sum of RGB (Red+Green+Blue) = 130+229+175=534 (70% of max value = 765). Red value is 130 (51.17% from 255 or 24.34% from 534); Green value is 229 (89.84% from 255 or 42.88% from 534); Blue value is 175 (68.75% from 255 or 32.77% from 534); Max value from RGB is 229 - color contains mainly: green. Hex color #82E5AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82E5AF is #7D1A50. Grayscale: #C1C1C1. Windows color (decimal): -8198737 or 11527554. OLE color: 11527554.

HSL color Cylindrical-coordinate representation of color #82E5AF: hue angle of 147.27º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #82E5AF is Cyan = 0.43, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB 130 229 175 -
CMYK 0.43 0 0.24 0.10
HSL 147.27º 0.66% 0.7% -
HSV(B) 147.27º 0.43% 0.9% -
XYZ 44.96 63.88 50.52 -
YUV 193.24 117.7 82.89 -
System Red Green Blue C M Y K H S L
Decimal 130 229 175 0.43 0 0.24 0.10 147.27 0.66 0.7
Hex 82 E5 AF 2B 0 18 A 93 42 46
Octal 202 345 257 53 0 30 12 223 102 106
Binary 10000010 11100101 10101111 101011 0 11000 1010 10010011 1000010 1000110

Color Harmonies of #82E5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82E5AF

Black with #82E5AF

Text Example


Text Example

White with #82E5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,229,175); }

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

background-color css

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

 a { background-color: rgb(130,229,175); }

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

border-color css

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

 span { border-color: rgb(130,229,175); }

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