#79EAA2

Color #79EAA2 Vista Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vista Blue #79EAA2

Tints of Vista Blue #79EAA2

Color information

#79EAA2 (or 0x79EAA2) is unknown color: approx Vista Blue. HEX triplet: 79, EA and A2. RGB value is (121,234,162). Sum of RGB (Red+Green+Blue) = 121+234+162=517 (68% of max value = 765). Red value is 121 (47.66% from 255 or 23.40% from 517); Green value is 234 (91.80% from 255 or 45.26% from 517); Blue value is 162 (63.67% from 255 or 31.33% from 517); Max value from RGB is 234 - color contains mainly: green. Hex color #79EAA2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #79EAA2 is #86155D. Grayscale: #C0C0C0. Windows color (decimal): -8787294 or 10676857. OLE color: 10676857.

HSL color Cylindrical-coordinate representation of color #79EAA2: hue angle of 141.77º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #79EAA2 is Cyan = 0.48, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.

Color convert

RGB121234162-
CMYK0.4800.310.08
HSL141.77º72.9%69.61%-
HSV(B)141.77º48.29%91.76%-
XYZ43.8365.5244.52-
YUV192111.0677.35-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 23.40%
GREEN value IS 234 (91.80% from 255) = 45.26%
BLUE value IS 162 (63.67% from 255) = 31.33%
R=23.40%
G=45.26%
B=31.33%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1212341620.4800.310.08141.7772.969.61
Hex79EAA23001F88e4946
Octal1713522426003710216111106
Binary1111001111010101010001011000001111110001000111010010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79EAA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79EAA2; }

 p { color: rgb(121,234,162); }

 H1.HeaderClassName
 {
   color: #79EAA2;
 }
 .AnyTagClassName
 {
   color: #79EAA2;
 }
</style>
background-color css

<style>
 a { background-color: #79EAA2; }

 a { background-color: rgb(121,234,162); }

 div.DivClassName
 {
   background-color: #79EAA2;
 }
 .BgClassName
 {
   background-color: #79EAA2;
 }
</style>
border-color css

<style>
 span { border-color: #79EAA2; }

 span { border-color: rgb(121,234,162); }

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