Html Css Color HEX #80DCAD Vista Blue

📋 copy color: '#80DCAD'

red 128 ◦ green 220 ◦ blue 173

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

Shades of Vista Blue #80DCAD

Tints of Vista Blue #80DCAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 33.21%

R = 24.57%
G = 42.23%
B = 33.21%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#80DCAD (or 0x80DCAD) is known color: Vista Blue. HEX triplet: 80, DC and AD. RGB value is (128,220,173). Sum of RGB (Red+Green+Blue) = 128+220+173=521 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.57% from 521); Green value is 220 (86.33% from 255 or 42.23% from 521); Blue value is 173 (67.97% from 255 or 33.21% from 521); Max value from RGB is 220 - color contains mainly: green. Hex color #80DCAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80DCAD is #7F2352. Grayscale: #BBBBBB. Windows color (decimal): -8332115 or 11394176. OLE color: 11394176.

HSL color Cylindrical-coordinate representation of color #80DCAD: hue angle of 149.35º 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 #80DCAD is Cyan = 0.42, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB 128 220 173 -
CMYK 0.42 0 0.21 0.14
HSL 149.35º 0.57% 0.68% -
HSV(B) 149.35º 0.42% 0.86% -
XYZ 42.04 58.79 48.67 -
YUV 187.13 120.02 85.82 -
System Red Green Blue C M Y K H S L
Decimal 128 220 173 0.42 0 0.21 0.14 149.35 0.57 0.68
Hex 80 DC AD 2A 0 15 E 95 39 44
Octal 200 334 255 52 0 25 16 225 71 104
Binary 10000000 11011100 10101101 101010 0 10101 1110 10010101 111001 1000100

Color Harmonies of #80DCAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DCAD

Black with #80DCAD

Text Example


Text Example

White with #80DCAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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