#79EDAB

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

Shades of Vista Blue #79EDAB

Tints of Vista Blue #79EDAB

Color information

#79EDAB (or 0x79EDAB) is unknown color: approx Vista Blue. HEX triplet: 79, ED and AB. RGB value is (121,237,171). Sum of RGB (Red+Green+Blue) = 121+237+171=529 (70% of max value = 765). Red value is 121 (47.66% from 255 or 22.87% from 529); Green value is 237 (92.97% from 255 or 44.80% from 529); Blue value is 171 (67.19% from 255 or 32.33% from 529); Max value from RGB is 237 - color contains mainly: green. Hex color #79EDAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #79EDAB is #861254. Grayscale: #C2C2C2. Windows color (decimal): -8786517 or 11267449. OLE color: 11267449.

HSL color Cylindrical-coordinate representation of color #79EDAB: hue angle of 145.86º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #79EDAB is Cyan = 0.49, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB121237171-
CMYK0.4900.280.07
HSL145.86º76.32%70.2%-
HSV(B)145.86º48.95%92.94%-
XYZ45.5267.5749.17-
YUV194.79114.5775.37-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 22.87%
GREEN value IS 237 (92.97% from 255) = 44.80%
BLUE value IS 171 (67.19% from 255) = 32.33%
R=22.87%
G=44.80%
B=32.33%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1212371710.4900.280.07145.8676.3270.2
Hex79EDAB3101C7924c46
Octal171355253610347222114106
Binary111100111101101101010111100010111001111001001010011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79EDAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,237,171); }

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

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

 a { background-color: rgb(121,237,171); }

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

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

 span { border-color: rgb(121,237,171); }

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