Html Css Color HEX #80D29F Vista Blue

📋 copy color: '#80D29F'

red 128 ◦ green 210 ◦ blue 159

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

Shades of Vista Blue #80D29F

Tints of Vista Blue #80D29F

RGB

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

 GREEN value IS 210 (82.42% from 255) = 42.25%

 BLUE value IS 159 (62.5% from 255) = 31.99%

R = 25.75%
G = 42.25%
B = 31.99%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.24

 K value IS 0.18

RGB Variations

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

Color information

#80D29F (or 0x80D29F) is known color: Vista Blue. HEX triplet: 80, D2 and 9F. RGB value is (128,210,159). Sum of RGB (Red+Green+Blue) = 128+210+159=497 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.75% from 497); Green value is 210 (82.42% from 255 or 42.25% from 497); Blue value is 159 (62.5% from 255 or 31.99% from 497); Max value from RGB is 210 - color contains mainly: green. Hex color #80D29F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D29F is #7F2D60. Grayscale: #B3B3B3. Windows color (decimal): -8334689 or 10474112. OLE color: 10474112.

HSL color Cylindrical-coordinate representation of color #80D29F: hue angle of 142.68º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #80D29F is Cyan = 0.39, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.

Color convert

RGB 128 210 159 -
CMYK 0.39 0 0.24 0.18
HSL 142.68º 0.48% 0.66% -
HSV(B) 142.68º 0.39% 0.82% -
XYZ 38.21 53.19 41.05 -
YUV 179.67 116.33 91.15 -
System Red Green Blue C M Y K H S L
Decimal 128 210 159 0.39 0 0.24 0.18 142.68 0.48 0.66
Hex 80 D2 9F 27 0 18 12 8F 30 42
Octal 200 322 237 47 0 30 22 217 60 102
Binary 10000000 11010010 10011111 100111 0 11000 10010 10001111 110000 1000010

Color Harmonies of #80D29F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D29F

Black with #80D29F

Text Example


Text Example

White with #80D29F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,210,159); }

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

background-color css

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

 a { background-color: rgb(128,210,159); }

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

border-color css

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

 span { border-color: rgb(128,210,159); }

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