Html Css Color HEX #80E0AA Vista Blue

📋 copy color: '#80E0AA'

red 128 ◦ green 224 ◦ blue 170

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

Shades of Vista Blue #80E0AA

Tints of Vista Blue #80E0AA

RGB

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

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

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

R = 24.52%
G = 42.91%
B = 32.57%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#80E0AA (or 0x80E0AA) is known color: Vista Blue. HEX triplet: 80, E0 and AA. RGB value is (128,224,170). Sum of RGB (Red+Green+Blue) = 128+224+170=522 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.52% from 522); Green value is 224 (87.89% from 255 or 42.91% from 522); Blue value is 170 (66.80% from 255 or 32.57% from 522); Max value from RGB is 224 - color contains mainly: green. Hex color #80E0AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80E0AA is #7F1F55. Grayscale: #BDBDBD. Windows color (decimal): -8331094 or 11198592. OLE color: 11198592.

HSL color Cylindrical-coordinate representation of color #80E0AA: hue angle of 146.25º 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 #80E0AA is Cyan = 0.43, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB 128 224 170 -
CMYK 0.43 0 0.24 0.12
HSL 146.25º 0.61% 0.69% -
HSV(B) 146.25º 0.43% 0.88% -
XYZ 42.81 60.8 47.51 -
YUV 189.14 117.2 84.39 -
System Red Green Blue C M Y K H S L
Decimal 128 224 170 0.43 0 0.24 0.12 146.25 0.61 0.69
Hex 80 E0 AA 2B 0 18 C 92 3D 45
Octal 200 340 252 53 0 30 14 222 75 105
Binary 10000000 11100000 10101010 101011 0 11000 1100 10010010 111101 1000101

Color Harmonies of #80E0AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80E0AA

Black with #80E0AA

Text Example


Text Example

White with #80E0AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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