Html Css Color HEX #80DDAB Vista Blue

📋 copy color: '#80DDAB'

red 128 ◦ green 221 ◦ blue 171

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

Shades of Vista Blue #80DDAB

Tints of Vista Blue #80DDAB

RGB

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

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

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

R = 24.62%
G = 42.5%
B = 32.88%

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

#80DDAB (or 0x80DDAB) is known color: Vista Blue. HEX triplet: 80, DD and AB. RGB value is (128,221,171). Sum of RGB (Red+Green+Blue) = 128+221+171=520 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.62% from 520); Green value is 221 (86.72% from 255 or 42.5% from 520); Blue value is 171 (67.19% from 255 or 32.88% from 520); Max value from RGB is 221 - color contains mainly: green. Hex color #80DDAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80DDAB is #7F2254. Grayscale: #BBBBBB. Windows color (decimal): -8331861 or 11263360. OLE color: 11263360.

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

Color convert

RGB 128 221 171 -
CMYK 0.42 0 0.23 0.13
HSL 147.74º 0.58% 0.68% -
HSV(B) 147.74º 0.42% 0.87% -
XYZ 42.11 59.24 47.74 -
YUV 187.49 118.69 85.57 -
System Red Green Blue C M Y K H S L
Decimal 128 221 171 0.42 0 0.23 0.13 147.74 0.58 0.68
Hex 80 DD AB 2A 0 17 D 94 3A 44
Octal 200 335 253 52 0 27 15 224 72 104
Binary 10000000 11011101 10101011 101010 0 10111 1101 10010100 111010 1000100

Color Harmonies of #80DDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DDAB

Black with #80DDAB

Text Example


Text Example

White with #80DDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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