#7FE7AC

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

Shades of Vista Blue #7FE7AC

Tints of Vista Blue #7FE7AC

Color information

#7FE7AC (or 0x7FE7AC) is unknown color: approx Vista Blue. HEX triplet: 7F, E7 and AC. RGB value is (127,231,172). Sum of RGB (Red+Green+Blue) = 127+231+172=530 (70% of max value = 765). Red value is 127 (50% from 255 or 23.96% from 530); Green value is 231 (90.62% from 255 or 43.58% from 530); Blue value is 172 (67.58% from 255 or 32.45% from 530); Max value from RGB is 231 - color contains mainly: green. Hex color #7FE7AC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7FE7AC is #801853. Grayscale: #C1C1C1. Windows color (decimal): -8394836 or 11331455. OLE color: 11331455.

HSL color Cylindrical-coordinate representation of color #7FE7AC: hue angle of 145.96º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7FE7AC is Cyan = 0.45, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB127231172-
CMYK0.4500.260.09
HSL145.96º68.42%70.2%-
HSV(B)145.96º45.02%90.59%-
XYZ44.7764.6449.15-
YUV193.18116.0480.8-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 23.96%
GREEN value IS 231 (90.62% from 255) = 43.58%
BLUE value IS 172 (67.58% from 255) = 32.45%
R=23.96%
G=43.58%
B=32.45%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1272311720.4500.260.09145.9668.4270.2
Hex7FE7AC2D01A9924446
Octal1773472545503211222104106
Binary1111111111001111010110010110101101010011001001010001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FE7AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7FE7AC; }

 p { color: rgb(127,231,172); }

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

<style>
 a { background-color: #7FE7AC; }

 a { background-color: rgb(127,231,172); }

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

<style>
 span { border-color: #7FE7AC; }

 span { border-color: rgb(127,231,172); }

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