Html Css Color HEX #80EAB4 Vista Blue

📋 copy color: '#80EAB4'

red 128 ◦ green 234 ◦ blue 180

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

Shades of Vista Blue #80EAB4

Tints of Vista Blue #80EAB4

RGB

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

 GREEN value IS 234 (91.8% from 255) = 43.17%

 BLUE value IS 180 (70.7% from 255) = 33.21%

R = 23.62%
G = 43.17%
B = 33.21%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.23

 K value IS 0.08

RGB Variations

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

Color information

#80EAB4 (or 0x80EAB4) is known color: Vista Blue. HEX triplet: 80, EA and B4. RGB value is (128,234,180). Sum of RGB (Red+Green+Blue) = 128+234+180=542 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.62% from 542); Green value is 234 (91.80% from 255 or 43.17% from 542); Blue value is 180 (70.70% from 255 or 33.21% from 542); Max value from RGB is 234 - color contains mainly: green. Hex color #80EAB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80EAB4 is #7F154B. Grayscale: #C4C4C4. Windows color (decimal): -8328524 or 11856512. OLE color: 11856512.

HSL color Cylindrical-coordinate representation of color #80EAB4: hue angle of 149.43º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #80EAB4 is Cyan = 0.45, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.

Color convert

RGB 128 234 180 -
CMYK 0.45 0 0.23 0.08
HSL 149.43º 0.72% 0.71% -
HSV(B) 149.43º 0.45% 0.92% -
XYZ 46.56 66.73 53.61 -
YUV 196.15 118.88 79.39 -
System Red Green Blue C M Y K H S L
Decimal 128 234 180 0.45 0 0.23 0.08 149.43 0.72 0.71
Hex 80 EA B4 2D 0 17 8 95 48 47
Octal 200 352 264 55 0 27 10 225 110 107
Binary 10000000 11101010 10110100 101101 0 10111 1000 10010101 1001000 1000111

Color Harmonies of #80EAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80EAB4

Black with #80EAB4

Text Example


Text Example

White with #80EAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,234,180); }

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

background-color css

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

 a { background-color: rgb(128,234,180); }

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

border-color css

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

 span { border-color: rgb(128,234,180); }

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