#7FF5AC

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

Shades of Vista Blue #7FF5AC

Tints of Vista Blue #7FF5AC

Color information

#7FF5AC (or 0x7FF5AC) is unknown color: approx Vista Blue. HEX triplet: 7F, F5 and AC. RGB value is (127,245,172). Sum of RGB (Red+Green+Blue) = 127+245+172=544 (72% of max value = 765). Red value is 127 (50% from 255 or 23.35% from 544); Green value is 245 (96.09% from 255 or 45.04% from 544); Blue value is 172 (67.58% from 255 or 31.62% from 544); Max value from RGB is 245 - color contains mainly: green. Hex color #7FF5AC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7FF5AC is #800A53. Grayscale: #C9C9C9. Windows color (decimal): -8391252 or 11335039. OLE color: 11335039.

HSL color Cylindrical-coordinate representation of color #7FF5AC: hue angle of 142.88º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7FF5AC is Cyan = 0.48, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB127245172-
CMYK0.4800.300.04
HSL142.88º85.51%72.94%-
HSV(B)142.88º48.16%96.08%-
XYZ48.8572.850.51-
YUV201.4111.4174.94-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 23.35%
GREEN value IS 245 (96.09% from 255) = 45.04%
BLUE value IS 172 (67.58% from 255) = 31.62%
R=23.35%
G=45.04%
B=31.62%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1272451720.4800.300.04142.8885.5172.94
Hex7FF5AC3001E48f5649
Octal177365254600364217126111
Binary111111111110101101011001100000111101001000111110101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FF5AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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