Html Css Color HEX #80EDAC Vista Blue

📋 copy color: '#80EDAC'

red 128 ◦ green 237 ◦ blue 172

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

Shades of Vista Blue #80EDAC

Tints of Vista Blue #80EDAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 32.03%

R = 23.84%
G = 44.13%
B = 32.03%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#80EDAC (or 0x80EDAC) is known color: Vista Blue. HEX triplet: 80, ED and AC. RGB value is (128,237,172). Sum of RGB (Red+Green+Blue) = 128+237+172=537 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.84% from 537); Green value is 237 (92.97% from 255 or 44.13% from 537); Blue value is 172 (67.58% from 255 or 32.03% from 537); Max value from RGB is 237 - color contains mainly: green. Hex color #80EDAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80EDAC is #7F1253. Grayscale: #C5C5C5. Windows color (decimal): -8327764 or 11332992. OLE color: 11332992.

HSL color Cylindrical-coordinate representation of color #80EDAC: hue angle of 144.22º 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 #80EDAC is Cyan = 0.46, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB 128 237 172 -
CMYK 0.46 0 0.27 0.07
HSL 144.22º 0.75% 0.72% -
HSV(B) 144.22º 0.46% 0.93% -
XYZ 46.63 68.14 49.72 -
YUV 197 113.89 78.79 -
System Red Green Blue C M Y K H S L
Decimal 128 237 172 0.46 0 0.27 0.07 144.22 0.75 0.72
Hex 80 ED AC 2E 0 1B 7 90 4B 48
Octal 200 355 254 56 0 33 7 220 113 110
Binary 10000000 11101101 10101100 101110 0 11011 111 10010000 1001011 1001000

Color Harmonies of #80EDAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80EDAC

Black with #80EDAC

Text Example


Text Example

White with #80EDAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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