Html Css Color HEX #80EDAA Vista Blue

📋 copy color: '#80EDAA'

red 128 ◦ green 237 ◦ blue 170

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

Shades of Vista Blue #80EDAA

Tints of Vista Blue #80EDAA

RGB

 RED value IS 128 (50.39% from 255) = 23.93%

 GREEN value IS 237 (92.97% from 255) = 44.3%

 BLUE value IS 170 (66.8% from 255) = 31.78%

R = 23.93%
G = 44.3%
B = 31.78%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#80EDAA (or 0x80EDAA) is known color: Vista Blue. HEX triplet: 80, ED and AA. RGB value is (128,237,170). Sum of RGB (Red+Green+Blue) = 128+237+170=535 (70% of max value = 765). Red value is 128 (50.39% from 255 or 23.93% from 535); Green value is 237 (92.97% from 255 or 44.30% from 535); Blue value is 170 (66.80% from 255 or 31.78% from 535); Max value from RGB is 237 - color contains mainly: green. Hex color #80EDAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80EDAA is #7F1255. Grayscale: #C4C4C4. Windows color (decimal): -8327766 or 11201920. OLE color: 11201920.

HSL color Cylindrical-coordinate representation of color #80EDAA: hue angle of 143.12º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80EDAA is Cyan = 0.46, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB 128 237 170 -
CMYK 0.46 0 0.28 0.07
HSL 143.12º 0.75% 0.72% -
HSV(B) 143.12º 0.46% 0.93% -
XYZ 46.44 68.06 48.72 -
YUV 196.77 112.89 78.95 -
System Red Green Blue C M Y K H S L
Decimal 128 237 170 0.46 0 0.28 0.07 143.12 0.75 0.72
Hex 80 ED AA 2E 0 1C 7 8F 4B 48
Octal 200 355 252 56 0 34 7 217 113 110
Binary 10000000 11101101 10101010 101110 0 11100 111 10001111 1001011 1001000

Color Harmonies of #80EDAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80EDAA

Black with #80EDAA

Text Example


Text Example

White with #80EDAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80EDAA; }

 p { color: rgb(128,237,170); }

 H1.HeaderClassName
 {
   color: #80EDAA;
 }
 .AnyTagClassName
 {
   color: #80EDAA;
 }
</style>

background-color css

<style>
 a { background-color: #80EDAA; }

 a { background-color: rgb(128,237,170); }

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

border-color css

<style>
 span { border-color: #80EDAA; }

 span { border-color: rgb(128,237,170); }

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