Html Css Color HEX #80DCAB Vista Blue

📋 copy color: '#80DCAB'

red 128 ◦ green 220 ◦ blue 171

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

Shades of Vista Blue #80DCAB

Tints of Vista Blue #80DCAB

RGB

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

 GREEN value IS 220 (86.33% from 255) = 42.39%

 BLUE value IS 171 (67.19% from 255) = 32.95%

R = 24.66%
G = 42.39%
B = 32.95%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#80DCAB (or 0x80DCAB) is known color: Vista Blue. HEX triplet: 80, DC and AB. RGB value is (128,220,171). Sum of RGB (Red+Green+Blue) = 128+220+171=519 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.66% from 519); Green value is 220 (86.33% from 255 or 42.39% from 519); Blue value is 171 (67.19% from 255 or 32.95% from 519); Max value from RGB is 220 - color contains mainly: green. Hex color #80DCAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80DCAB is #7F2354. Grayscale: #BBBBBB. Windows color (decimal): -8332117 or 11263104. OLE color: 11263104.

HSL color Cylindrical-coordinate representation of color #80DCAB: hue angle of 148.04º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80DCAB is Cyan = 0.42, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 128 220 171 -
CMYK 0.42 0 0.22 0.14
HSL 148.04º 0.57% 0.68% -
HSV(B) 148.04º 0.42% 0.86% -
XYZ 41.85 58.72 47.66 -
YUV 186.91 119.02 85.98 -
System Red Green Blue C M Y K H S L
Decimal 128 220 171 0.42 0 0.22 0.14 148.04 0.57 0.68
Hex 80 DC AB 2A 0 16 E 94 39 44
Octal 200 334 253 52 0 26 16 224 71 104
Binary 10000000 11011100 10101011 101010 0 10110 1110 10010100 111001 1000100

Color Harmonies of #80DCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DCAB

Black with #80DCAB

Text Example


Text Example

White with #80DCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,220,171); }

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

background-color css

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

 a { background-color: rgb(128,220,171); }

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

border-color css

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

 span { border-color: rgb(128,220,171); }

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