Html Css Color HEX #80D8A0 Vista Blue

📋 copy color: '#80D8A0'

red 128 ◦ green 216 ◦ blue 160

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

Shades of Vista Blue #80D8A0

Tints of Vista Blue #80D8A0

RGB

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

 GREEN value IS 216 (84.77% from 255) = 42.86%

 BLUE value IS 160 (62.89% from 255) = 31.75%

R = 25.4%
G = 42.86%
B = 31.75%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#80D8A0 (or 0x80D8A0) is known color: Vista Blue. HEX triplet: 80, D8 and A0. RGB value is (128,216,160). Sum of RGB (Red+Green+Blue) = 128+216+160=504 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.40% from 504); Green value is 216 (84.77% from 255 or 42.86% from 504); Blue value is 160 (62.89% from 255 or 31.75% from 504); Max value from RGB is 216 - color contains mainly: green. Hex color #80D8A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D8A0 is #7F275F. Grayscale: #B7B7B7. Windows color (decimal): -8333152 or 10541184. OLE color: 10541184.

HSL color Cylindrical-coordinate representation of color #80D8A0: hue angle of 141.82º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #80D8A0 is Cyan = 0.41, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB 128 216 160 -
CMYK 0.41 0 0.26 0.15
HSL 141.82º 0.53% 0.67% -
HSV(B) 141.82º 0.41% 0.85% -
XYZ 39.8 56.24 42.02 -
YUV 183.3 114.85 88.55 -
System Red Green Blue C M Y K H S L
Decimal 128 216 160 0.41 0 0.26 0.15 141.82 0.53 0.67
Hex 80 D8 A0 29 0 1A F 8E 35 43
Octal 200 330 240 51 0 32 17 216 65 103
Binary 10000000 11011000 10100000 101001 0 11010 1111 10001110 110101 1000011

Color Harmonies of #80D8A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D8A0

Black with #80D8A0

Text Example


Text Example

White with #80D8A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,216,160); }

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

background-color css

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

 a { background-color: rgb(128,216,160); }

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

border-color css

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

 span { border-color: rgb(128,216,160); }

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