Html Css Color HEX #82E6AF Vista Blue

📋 copy color: '#82E6AF'

red 130 ◦ green 230 ◦ blue 175

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

Shades of Vista Blue #82E6AF

Tints of Vista Blue #82E6AF

RGB

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

 GREEN value IS 230 (90.23% from 255) = 42.99%

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

R = 24.3%
G = 42.99%
B = 32.71%

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

#82E6AF (or 0x82E6AF) is known color: Vista Blue. HEX triplet: 82, E6 and AF. RGB value is (130,230,175). Sum of RGB (Red+Green+Blue) = 130+230+175=535 (70% of max value = 765). Red value is 130 (51.17% from 255 or 24.30% from 535); Green value is 230 (90.23% from 255 or 42.99% from 535); Blue value is 175 (68.75% from 255 or 32.71% from 535); Max value from RGB is 230 - color contains mainly: green. Hex color #82E6AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #82E6AF is #7D1950. Grayscale: #C1C1C1. Windows color (decimal): -8198481 or 11527810. OLE color: 11527810.

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

Color convert

RGB 130 230 175 -
CMYK 0.43 0 0.24 0.10
HSL 147º 0.67% 0.71% -
HSV(B) 147º 0.43% 0.9% -
XYZ 45.24 64.43 50.61 -
YUV 193.83 117.37 82.47 -
System Red Green Blue C M Y K H S L
Decimal 130 230 175 0.43 0 0.24 0.10 147 0.67 0.71
Hex 82 E6 AF 2B 0 18 A 93 43 47
Octal 202 346 257 53 0 30 12 223 103 107
Binary 10000010 11100110 10101111 101011 0 11000 1010 10010011 1000011 1000111

Color Harmonies of #82E6AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82E6AF

Black with #82E6AF

Text Example


Text Example

White with #82E6AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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