Html Css Color HEX #82ECB6 Vista Blue

📋 copy color: '#82ECB6'

red 130 ◦ green 236 ◦ blue 182

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

Shades of Vista Blue #82ECB6

Tints of Vista Blue #82ECB6

RGB

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

 GREEN value IS 236 (92.58% from 255) = 43.07%

 BLUE value IS 182 (71.48% from 255) = 33.21%

R = 23.72%
G = 43.07%
B = 33.21%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#82ECB6 (or 0x82ECB6) is known color: Vista Blue. HEX triplet: 82, EC and B6. RGB value is (130,236,182). Sum of RGB (Red+Green+Blue) = 130+236+182=548 (72% of max value = 765). Red value is 130 (51.17% from 255 or 23.72% from 548); Green value is 236 (92.58% from 255 or 43.07% from 548); Blue value is 182 (71.48% from 255 or 33.21% from 548); Max value from RGB is 236 - color contains mainly: green. Hex color #82ECB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82ECB6 is #7D1349. Grayscale: #C6C6C6. Windows color (decimal): -8196938 or 11988098. OLE color: 11988098.

HSL color Cylindrical-coordinate representation of color #82ECB6: hue angle of 149.43º degrees, saturation: 0.74, 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 #82ECB6 is Cyan = 0.45, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.

Color convert

RGB 130 236 182 -
CMYK 0.45 0 0.23 0.07
HSL 149.43º 0.74% 0.72% -
HSV(B) 149.43º 0.45% 0.93% -
XYZ 47.64 68.11 54.89 -
YUV 198.15 118.88 79.39 -
System Red Green Blue C M Y K H S L
Decimal 130 236 182 0.45 0 0.23 0.07 149.43 0.74 0.72
Hex 82 EC B6 2D 0 17 7 95 4A 48
Octal 202 354 266 55 0 27 7 225 112 110
Binary 10000010 11101100 10110110 101101 0 10111 111 10010101 1001010 1001000

Color Harmonies of #82ECB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82ECB6

Black with #82ECB6

Text Example


Text Example

White with #82ECB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,236,182); }

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

background-color css

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

 a { background-color: rgb(130,236,182); }

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

border-color css

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

 span { border-color: rgb(130,236,182); }

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