Html Css Color HEX #80DDAA Vista Blue

📋 copy color: '#80DDAA'

red 128 ◦ green 221 ◦ blue 170

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

Shades of Vista Blue #80DDAA

Tints of Vista Blue #80DDAA

RGB

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

 GREEN value IS 221 (86.72% from 255) = 42.58%

 BLUE value IS 170 (66.8% from 255) = 32.76%

R = 24.66%
G = 42.58%
B = 32.76%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#80DDAA (or 0x80DDAA) is known color: Vista Blue. HEX triplet: 80, DD and AA. RGB value is (128,221,170). Sum of RGB (Red+Green+Blue) = 128+221+170=519 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.66% from 519); Green value is 221 (86.72% from 255 or 42.58% from 519); Blue value is 170 (66.80% from 255 or 32.76% from 519); Max value from RGB is 221 - color contains mainly: green. Hex color #80DDAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80DDAA is #7F2255. Grayscale: #BBBBBB. Windows color (decimal): -8331862 or 11197824. OLE color: 11197824.

HSL color Cylindrical-coordinate representation of color #80DDAA: hue angle of 147.1º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80DDAA is Cyan = 0.42, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 128 221 170 -
CMYK 0.42 0 0.23 0.13
HSL 147.1º 0.58% 0.68% -
HSV(B) 147.1º 0.42% 0.87% -
XYZ 42.01 59.2 47.24 -
YUV 187.38 118.19 85.65 -
System Red Green Blue C M Y K H S L
Decimal 128 221 170 0.42 0 0.23 0.13 147.1 0.58 0.68
Hex 80 DD AA 2A 0 17 D 93 3A 44
Octal 200 335 252 52 0 27 15 223 72 104
Binary 10000000 11011101 10101010 101010 0 10111 1101 10010011 111010 1000100

Color Harmonies of #80DDAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DDAA

Black with #80DDAA

Text Example


Text Example

White with #80DDAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,221,170); }

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

background-color css

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

 a { background-color: rgb(128,221,170); }

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

border-color css

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

 span { border-color: rgb(128,221,170); }

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