#79F1AC

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

Shades of Vista Blue #79F1AC

Tints of Vista Blue #79F1AC

Color information

#79F1AC (or 0x79F1AC) is unknown color: approx Vista Blue. HEX triplet: 79, F1 and AC. RGB value is (121,241,172). Sum of RGB (Red+Green+Blue) = 121+241+172=534 (70% of max value = 765). Red value is 121 (47.66% from 255 or 22.66% from 534); Green value is 241 (94.53% from 255 or 45.13% from 534); Blue value is 172 (67.58% from 255 or 32.21% from 534); Max value from RGB is 241 - color contains mainly: green. Hex color #79F1AC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #79F1AC is #860E53. Grayscale: #C5C5C5. Windows color (decimal): -8785492 or 11334009. OLE color: 11334009.

HSL color Cylindrical-coordinate representation of color #79F1AC: hue angle of 145.5º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #79F1AC is Cyan = 0.50, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB121241172-
CMYK0.5000.290.05
HSL145.5º81.08%70.98%-
HSV(B)145.5º49.79%94.51%-
XYZ46.7969.9550.07-
YUV197.25113.7473.61-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 22.66%
GREEN value IS 241 (94.53% from 255) = 45.13%
BLUE value IS 172 (67.58% from 255) = 32.21%
R=22.66%
G=45.13%
B=32.21%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1212411720.5000.290.05145.581.0870.98
Hex79F1AC3201D5925147
Octal171361254620355222121107
Binary111100111110001101011001100100111011011001001010100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79F1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,241,172); }

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

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

 a { background-color: rgb(121,241,172); }

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

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

 span { border-color: rgb(121,241,172); }

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