Html Css Color HEX #80D59D Vista Blue

📋 copy color: '#80D59D'

red 128 ◦ green 213 ◦ blue 157

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

Shades of Vista Blue #80D59D

Tints of Vista Blue #80D59D

RGB

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

 GREEN value IS 213 (83.59% from 255) = 42.77%

 BLUE value IS 157 (61.72% from 255) = 31.53%

R = 25.7%
G = 42.77%
B = 31.53%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#80D59D (or 0x80D59D) is known color: Vista Blue. HEX triplet: 80, D5 and 9D. RGB value is (128,213,157). Sum of RGB (Red+Green+Blue) = 128+213+157=498 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.70% from 498); Green value is 213 (83.59% from 255 or 42.77% from 498); Blue value is 157 (61.72% from 255 or 31.53% from 498); Max value from RGB is 213 - color contains mainly: green. Hex color #80D59D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D59D is #7F2A62. Grayscale: #B5B5B5. Windows color (decimal): -8333923 or 10343808. OLE color: 10343808.

HSL color Cylindrical-coordinate representation of color #80D59D: hue angle of 140.47º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #80D59D is Cyan = 0.40, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB 128 213 157 -
CMYK 0.40 0 0.26 0.16
HSL 140.47º 0.5% 0.67% -
HSV(B) 140.47º 0.4% 0.84% -
XYZ 38.78 54.61 40.4 -
YUV 181.2 114.34 90.05 -
System Red Green Blue C M Y K H S L
Decimal 128 213 157 0.40 0 0.26 0.16 140.47 0.5 0.67
Hex 80 D5 9D 28 0 1A 10 8C 32 43
Octal 200 325 235 50 0 32 20 214 62 103
Binary 10000000 11010101 10011101 101000 0 11010 10000 10001100 110010 1000011

Color Harmonies of #80D59D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D59D

Black with #80D59D

Text Example


Text Example

White with #80D59D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,213,157); }

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

background-color css

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

 a { background-color: rgb(128,213,157); }

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

border-color css

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

 span { border-color: rgb(128,213,157); }

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