Html Css Color HEX #80E0AD Vista Blue

📋 copy color: '#80E0AD'

red 128 ◦ green 224 ◦ blue 173

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

Shades of Vista Blue #80E0AD

Tints of Vista Blue #80E0AD

RGB

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

 GREEN value IS 224 (87.89% from 255) = 42.67%

 BLUE value IS 173 (67.97% from 255) = 32.95%

R = 24.38%
G = 42.67%
B = 32.95%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#80E0AD (or 0x80E0AD) is known color: Vista Blue. HEX triplet: 80, E0 and AD. RGB value is (128,224,173). Sum of RGB (Red+Green+Blue) = 128+224+173=525 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.38% from 525); Green value is 224 (87.89% from 255 or 42.67% from 525); Blue value is 173 (67.97% from 255 or 32.95% from 525); Max value from RGB is 224 - color contains mainly: green. Hex color #80E0AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80E0AD is #7F1F52. Grayscale: #BDBDBD. Windows color (decimal): -8331091 or 11395200. OLE color: 11395200.

HSL color Cylindrical-coordinate representation of color #80E0AD: hue angle of 148.12º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #80E0AD is Cyan = 0.43, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB 128 224 173 -
CMYK 0.43 0 0.23 0.12
HSL 148.13º 0.61% 0.69% -
HSV(B) 148.13º 0.43% 0.88% -
XYZ 43.1 60.92 49.02 -
YUV 189.48 118.7 84.15 -
System Red Green Blue C M Y K H S L
Decimal 128 224 173 0.43 0 0.23 0.12 148.13 0.61 0.69
Hex 80 E0 AD 2B 0 17 C 94 3D 45
Octal 200 340 255 53 0 27 14 224 75 105
Binary 10000000 11100000 10101101 101011 0 10111 1100 10010100 111101 1000101

Color Harmonies of #80E0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80E0AD

Black with #80E0AD

Text Example


Text Example

White with #80E0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,224,173); }

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

background-color css

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

 a { background-color: rgb(128,224,173); }

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

border-color css

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

 span { border-color: rgb(128,224,173); }

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